Update One License Name
PUT {{apiPath}}/organizations/{{orgID}}/licenses/{{licenseID}}/name
You can use PUT /organizations/{{orgID}}/licenses/{{licenseID}}/name
to update the name
property value for a license associated with the specified organization. The name
property provides a custom name for the license to describe its use within the organization.
Prerequisites
- See Licenses for important overview information.
Property | Type | Required? |
---|---|---|
name | String | Required |
See the License data model for full property descriptions.
Request Body
{"name"=>"Internal Test License"}
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/licenses/57f0efac-37d9-4a17-8a35-196bb3362983/name"},"license":{"href":"https://api.pingone.com/v1/organizations/bed432e6-676a-4ebe-b5a5-6b3b54e46bda/licenses/57f0efac-37d9-4a17-8a35-196bb3362983"}},"name":"Internal Test License"}