Update a credit grant
POST {{baseUrl}}/credits/editGrant
Edit an existing credit grant
Request Body
{"id"=>"<uuid>", "name"=>"<string>", "expires_at"=>"<dateTime>", "credit_grant_type"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cuuid\u003e"}}