Skip to main content
POST
Update a credit grant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The id of the credit grant to edit and the updated fields. Currently only the name and expires_at fields can be updated.

id
string<uuid>
required

the ID of the credit grant

name
string

the updated name for the credit grant

expires_at
string<date-time>

the updated expiration date for the credit grant

credit_grant_type
string

the updated credit grant type

Response

Success

data
object
required