Setting Retire Pools

Set retire pool.

POST /contracts/retire/{contractId}/pools

Set retire contract pool. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

contractId

String

Contract Identifier

content:
            application/json:
              schema:
                $ref: '#/components/schemas/RetirePoolDTO'

Last updated