mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
19 lines
238 B
Plaintext
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"
|
|
}
|
|
}
|