Files
blink/backend/apis/BlinkApiCollection/Person/ContactInfo/InsertContactInfo.bru
2025-06-12 10:12:51 +02:00

19 lines
237 B
Plaintext

meta {
name: InsertContactInfo
type: http
seq: 3
}
post {
url: http://localhost:3000/api/people/myself/contactinfos
body: json
auth: inherit
}
body:json {
{
"content": "www.john.com",
"info_type": "WEBSITE"
}
}