Configure Profile policy
Authorization
BearerAuth AuthorizationBearer <token>
Bearer credential resolved to an opaque authenticated Principal by the Server deployment.
In: header
Path Parameters
scope_id*string
Match
.*\S.*Length
1 <= length <= 256Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/scopes/string/profile-policy" \ -H "Content-Type: application/json" \ -d '{ "generation_enabled": true, "expected_version": 0 }'{ "scope_id": "string", "generation_enabled": true, "activation_mode": "automatic", "pending_candidate_id": "string", "version": 1, "updated_at": "2019-08-24T14:15:22Z"}
