Update Attribute (Put)

PUT {{apiPath}}/environments/{{envID}}/schemas/{{schemaID}}/attributes/{{schemaAttrID}}

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Attribute (Put).

Request Body

{"name"=>"officeLocation", "displayName"=>"An optional property that specifies the display name of the attribute.", "description"=>"An optional property that specifies the description of the new attribute.", "schemaType"=>"CUSTOM", "type"=>"STRING", "unique"=>true, "enabled"=>false, "multiValued"=>false}