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

19 lines
238 B
Plaintext

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