Files
blink/backend/apis/BlinkApiCollection/InsertContactInfo.bru
2025-04-18 11:40:52 +02:00

19 lines
238 B
Plaintext

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