updateGroupConvention
updateGroupConvention
Path Parameters
id int64 required
id
application/json
Request Body required
request
contractIds int64[]
date date
groupId int64
name string
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
contractIds int64[]
date date
groupId int64
id int64
name string
{
"contractIds": [
0
],
"date": "2024-11-20",
"groupId": 0,
"id": 0,
"name": "string"
}
Created
Unauthorized
Forbidden
Not Found
Loading...