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