POST /op/api/v3/grids/form HTTP/1.1
Host: example.u-meteor.ru
Authorization: Basic username:password
Accept: */*
200
OK
No content
Форма обновления сетки
post
Authorizations
Path parameters
idintegerRequired
Идентификатор изменяемой сетки
Example: 1
Responses
200
OK
application/hal+json
Responseobject
403
Returned if the client does not have sufficient permissions.
**Required permission:** depends on the page the grid is defined for.
*Note that you will only receive this error, if you are at least allowed to see the corresponding grid.*
application/hal+json
404
Returned if the grid does not exist or the client does not have sufficient permissions to see it.
**Required permission:** view work package
application/hal+json
406
Occurs when the client did not send a Content-Type header
text/plain
415
Occurs when the client sends an unsupported Content-Type header.
application/hal+json
post
POST /op/api/v3/grids/{id}/form HTTP/1.1
Host: example.u-meteor.ru
Authorization: Basic username:password
Accept: */*