Перейти к основному содержимому

updateObligationType

updateObligationType

Path Parameters
    id int64 required

    id

Request Body required

request

    name string
Responses

OK


Schema

    integer

PUT /dicts/obligation-types/:id

Request

Base URL
//localhost
id — path required
Body required
{
"name": "string"
}
curl / cURL
curl -L -X PUT '//localhost/dicts/obligation-types/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"name": "string"
}'