Aller au contenu

/api/workspaces/me/billable-settings/apply

POST
/api/workspaces/me/billable-settings/apply
curl --request POST \
--url https://example.com/api/workspaces/me/billable-settings/apply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "scopeKind": 0, "clientId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "projectIds": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "memberIds": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ], "from": "2026-04-15T12:00:00Z", "to": "2026-04-15T12:00:00Z", "target": 0, "confirmationToken": "example" }'
dryRun
boolean
Media type application/json
object
scopeKind
integer format: int32
Allowed values: 0 1 2
clientId
string format: uuid
nullable
projectIds
Array<string>
nullable
memberIds
Array<string>
nullable
from
string format: date-time
nullable
to
string format: date-time
nullable
target
integer format: int32
Allowed values: 0 1
confirmationToken
string
nullable

OK