Body
-
Minimum length is
1
.
curl \
--request PATCH 'http://test.api.fygi.store/external/api/users' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","firstName":{"value":"string"},"lastName":{"value":"string"},"email":{"value":"string"},"role":{"value":"string"},"storeId":{"value":"string"},"password":{"value":"string"},"active":{"value":true}}]'
curl \
--request PATCH 'http://test.api.fygi.store/external/api/users' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PATCH 'http://test.api.fygi.store/external/api/users' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
[
{
"id": "string",
"firstName": {
"value": "string"
},
"lastName": {
"value": "string"
},
"email": {
"value": "string"
},
"role": {
"value": "string"
},
"storeId": {
"value": "string"
},
"password": {
"value": "string"
},
"active": {
"value": true
}
}
]
[
{
"id": "string",
"firstName": {
"value": "string"
},
"lastName": {
"value": "string"
},
"email": {
"value": "string"
},
"role": {
"value": "string"
},
"storeId": {
"value": "string"
},
"password": {
"value": "string"
},
"active": {
"value": true
}
}
]
[
{
"id": "string",
"firstName": {
"value": "string"
},
"lastName": {
"value": "string"
},
"email": {
"value": "string"
},
"role": {
"value": "string"
},
"storeId": {
"value": "string"
},
"password": {
"value": "string"
},
"active": {
"value": true
}
}
]