cURL
curl --request PATCH \ --url https://api.voxo.co/v2/admin/tenants/notes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "note": "<string>" } '
{ "id": 123, "tenantId": 123, "userId": 123, "name": "<string>", "note": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Update an existing tenant note
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Note ID
^[1-9]\d*$
Note content
3
Updated tenant note
Tenant ID
Author user ID
Author name
Creation timestamp
Last update timestamp
Was this page helpful?
Contact support