Masumi Logo

/registry-source

Updates a registry source

PATCH
/registry-source/
token<token>

API key authentication via header (token)

In: header

Request Body

application/json

Response Body

application/json

curl -X PATCH "https://loading/./../api/v1/registry-source/" \  -H "Content-Type: application/json" \  -d '{    "id": "unique-cuid-v2-auto-generated",    "note": "optional_note",    "rpcProviderApiKey": "optional_apiKey"  }'
{
  "data": {
    "id": "unique-cuid-v2-auto-generated",
    "type": "Web3CardanoV1",
    "network": "Preprod",
    "url": "https://example.com/api/",
    "policyId": "policy_id",
    "note": "optional_note",
    "rpcProviderApiKey": "apikey",
    "latestPage": 1,
    "latestIdentifier": null
  },
  "status": "success"
}
Masumi Kanji