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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;}}