Authorization: Bearer ********************{
"title": "string",
"code": "string",
"ruContractTypes": [
"/ru-contract-types/1"
]
}curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/tech-deal-types/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"code": "string",
"ruContractTypes": [
"/ru-contract-types/1"
]
}'{
"id": 1,
"deletedAt": "2019-08-24T14:15:22Z",
"title": "string",
"code": "string",
"ruContractTypes": [
{
"title": "string"
}
]
}