PATCH members Id
PATCH
/members/{id}AuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idstring
The unique identifier of the member to update.
Format
uuidThe JSON Patch document containing the intended modifications.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://loading/members/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '[ {} ]'Empty
{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}