Workspace

Update a user's cost rate

put/v1/workspaces/{workspaceId}/users/{userId}/cost-rate

Path parameters

workspaceIdstring required

Represents a workspace identifier across the system.

Example:64a687e29ae1f428e7ebe303

Represents a workspace identifier across the system.

userIdstring required

Represents a user identifier across the system.

Example:89b687e29ae1f428e7ebe912

Represents a user identifier across the system.

Request body

amountinteger required

Represents an amount as integer.

sincestring

Represents a date and time in yyyy-MM-ddThh:mm:ssZ format.

Example request

{
  "amount": 20000,
  "since": "2020-01-01T00:00:00Z"
}

Response

OK

WorkspaceDtoV1 required— unresolved $ref

Changes