gitpod.v1.BillingService

UpdateTeamCreditAllocation

Updates the credit allocation for a team.

Examples

  • Update a team's budget:

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    teamId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    creditBudget: "750"
    

Authorization

Requires billing:update permission on the organization.

post/gitpod.v1.BillingService/UpdateTeamCreditAllocation

Request body

creditBudgetstring required

credit_budget is the new allocated credit budget in whole credits. Must be > 0.

organizationIdstring uuid required
teamIdstring uuid required

Response

Success

Changes