API DocumentationManufacturer customer organisation controller
Update customer organisation metadata
Partially updates an existing metadata entry on a customer organisation. Only supplied fields are modified.
AuthorizationBearer <token>
In: header
Path Parameters
organisationIdinteger
ID of the organisation
Format
int64metadataIdstring
ID of the metadata entry to update
Format
uuidmetadataKey?string
value?string
Response Body
curl -X PATCH "http://m-api-dev.phas.io/api/manufacturer/v1/organisation/1/metadata/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"metadataKey": "string",
"value": "string"
}Empty
Last updated on