cURL
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>" }
Create a new docs group to organize articles. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response