API 1
cURL
curl --request PUT \ --url https://external.pleo.io/v0/tag-groups/{groupId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json;charset=UTF-8' \ --data ' { "archived": true, "code": "<string>", "metadata": {}, "name": "<string>" } '
{ "data": { "archived": false, "code": "5524f270-6c21-11ee-b962-0242ac120002", "companyId": "c04c7e9e-6c15-11ee-b962-0242ac120003", "createdAt": "2023-08-23T03:11:48.000Z", "id": "c04c7e9e-6c15-11ee-b962-0242ac120002", "metadata": { "externalExtraId": "f302f9ec-6c17-11ee-b962-0242ac120002" }, "name": "Projects", "updatedAt": "2023-08-23T03:11:48.000Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
default response