diff --git a/spec/polaris-management-service.yml b/spec/polaris-management-service.yml index 59baaf99d8..461c0ad3fc 100644 --- a/spec/polaris-management-service.yml +++ b/spec/polaris-management-service.yml @@ -161,12 +161,12 @@ paths: application/json: schema: $ref: "#/components/schemas/CreatePrincipalRequest" - example: - principal: - name: "alice" - properties: - department: "engineering" - credentialRotationRequired: false + example: + principal: + name: "alice" + properties: + department: "engineering" + credentialRotationRequired: false responses: 201: description: "Successful response"