curl --request PUT \
--url https://api.siit.io/v1/legal_entities/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'{
"result": {
"uid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"value": "<string>"
}
}curl --request PUT \
--url https://api.siit.io/v1/legal_entities/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'{
"result": {
"uid": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"value": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The UID of the Legal Entity
The Legal Entity name
Successful
Show child attributes