Skip to main content
POST
/
docs
/
groups
Create doc group
curl --request POST \
  --url https://productlane.com/api/v1/docs/groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "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.

Body

application/json
name
string
required
Minimum string length: 1

Response

Successful response

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