REST APIMint

PUT

Accepts the mint service terms for an enterprise, enabling order creation

Path Params

  • enterpriseId string required
    Enterprise ID accepting the mint agreement

    at least 1 characters

Body Params

object

Agreement acceptance payload — the version of the mint agreement being accepted.
  • version number required
    Agreement version being accepted

Responses

200
OK

Response Body

object

Response type for PUT /api/mint/v1/enterprise/:enterpriseId/agreement Returns the accepted agreement details
  • enterpriseId string required
    Enterprise identifier that accepted the agreement

    at least 1 characters

  • version number required
    Version number of the agreement that was accepted
400
Bad Request
No response body
500
Internal Server Error
No response body