Update a pricing unit
Updates the display name of a pricing unit. The code is immutable after creation.
Authentication
AuthorizationBearer
API key obtained from the Grant dashboard
Path parameters
id
Request
This endpoint expects an object.
name
Optional display name. Set to null or an empty string to clear it. The code is immutable after creation.
Response
Pricing unit updated
success
pricing_unit
request_id
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
