put https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id//sidedrawers/sidedrawer-id/
Updates Drawer (sidedrawer
) affiliate code (brandCode
), region, or editable attributes.
Response
Updates Drawer (sidedrawer
) affiliate code (brandCode
), region, or editable attributes.
xxxxxxxxxx
curl --request PUT \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/tenant-id/tenantId/sidedrawers/sidedrawer-id/sidedrawerId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
24{
"_id": "string",
"type": "individual",
"active": true,
"editable": true,
"default": true,
"notificationsDisabled": false,
"isTemplate": false,
"public": false,
"name": "MySidedrawer",
"firstName": "John",
"lastName": "Doe",
"typeOtherName": "string",
"status": "ACTIVE",
"externalKeys": [
{
"key": "foo",
"value": "bar"
}
],
"cobrandId": "649304dab1f3c41ff7e4f430",
"createdAt": "2023-07-27T02:56:14.597Z",
"updatedAt": "2023-08-14T22:20:54.391Z"
}