Update Credential Issuer Profile
PUT {{apiPath}}/environments/{{envID}}/credentialIssuerProfile
An environment can have only one issuer of credentials. Use PUT {{apiPath}}/environments/{{envID}}/credentialIssuerProfile
to change any properties of the environment's credential issuer profile.
See Credential Issuers data model for full property descriptions.
Property | Type | Required |
---|---|---|
logo | Object | Optional |
name | String | Required |
siteUrl | String | Optional |
Prerequisites
- See PingOne Credentials and Credential Issuers for important overview information.
Request Body
{"name"=>"New Issuer Name 53", "siteUrl"=>"https://pingidentity2.com"}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/credentialIssuerProfile"}},"id":"3e8beb0f-fb58-4a99-8f93-398314ec8eae","createdAt":"2022-07-29T18:39:41.227Z","updatedAt":"2022-07-29T18:40:47.200Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"applicationInstance":{"id":"8a2467ce-32f5-4a93-b720-beb8a8c77f0c"},"name":"New Issuer Name 53","siteUrl":"https://pingidentity2.com"}