Перейти к основному содержанию
POST
/
v1
/
shared
/
auth
/
profile
/
orders
/
{id}
/
cancel
cURL
curl --request POST \
  --url https://api.example.com/v1/shared/auth/profile/orders/{id}/cancel/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{
  "comment": "<string>"
}

Параметры пути

id
integer
обязательно

Тело

comment
string | null
обязательно

Ответ

201 - application/json
comment
string | null
обязательно