Workspace
Update workspace billable rate
put/v1/workspaces/{workspaceId}/hourly-rate
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
Request body
Example request
{
"amount": 2000,
"currency": "USD",
"since": "2020-01-01T00:00:00Z"
}Response
OK
WorkspaceDtoV1 required— unresolved $ref