Usage
Update a usage entry
Use this API to update an existing usage entry.
To use this endpoint, ensure that you are using the v2/usage
API endpoint:
https://api.salesbricks.com/api/v2/usage
Authorizations
Use your Salesbricks API key to authenticate requests.
Body
application/json
The unique identifier for this usage entry transaction.
Example:
"12345"
The new value to set for the brick.
New or updated properties for the usage entry.
Example:
{
"source": "api",
"notes": "Updated notes",
"region": "US"
}
Response
200
application/json
Usage entry updated successfully.
Example:
"Usage entry updated successfully."