44 lines
453 B
Plaintext
44 lines
453 B
Plaintext
meta {
|
|
name: Update
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
put {
|
|
url: {{url}}/identity/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|
|
|
|
body:json {
|
|
[
|
|
{
|
|
"type": "add",
|
|
"key": "",
|
|
"value": ""
|
|
},
|
|
{
|
|
"type": "push",
|
|
"key": "",
|
|
"values": ""
|
|
},
|
|
{
|
|
"type": "pop",
|
|
"key": "",
|
|
"values": ""
|
|
},
|
|
{
|
|
"type": "remove",
|
|
"key": ""
|
|
}
|
|
]
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|