PUT
/
issuer
/
{institutionId}
curl --request PUT \
  --url https://gateway.finhub.cloud/cms/1.0.0/issuer/{institutionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "issuerName": "<string>",
  "memberId": "<string>",
  "programMgrName": "<string>",
  "programMgrCode": "<string>",
  "institutionName": "<string>",
  "contactEmail": "<string>",
  "country": "<string>",
  "phone": "<string>"
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

institutionId
string
required

Body

application/json
issuerName
string
required
memberId
string
required
programMgrName
string
required
programMgrCode
string
required
institutionName
string
required
contactEmail
string
required
country
string
required
phone
string
required

Response

500 - text/plain

The response is of type string.