Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Update the access or invoice end date of a commit
ID of the customer whose commit is to be updated
ID of the commit to update. Only supports "PREPAID" commits.
RFC 3339 timestamp indicating when access to the commit will end and it will no longer be possible to draw it down (exclusive). If not provided, the access will not be updated.
RFC 3339 timestamp indicating when the commit will stop being invoiced (exclusive). If not provided, the invoice schedule will not be updated.
Response
Success