Skip to main content
PATCH
/
docs
/
groups
/
{id}
Update doc group
curl --request PATCH \
  --url https://productlane.com/api/v1/docs/groups/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "order": 123
}
'
{
  "id": "<string>",
  "name": "<string>",
  "order": 123,
  "version": 123,
  "workspaceId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1

Body

application/json
name
string
Minimum string length: 1
order
integer

Response

Successful response

id
string
required
name
string
required
order
number
required
version
number
required
workspaceId
string
required