diff --git a/fixes.yaml b/fixes.yaml index ad4c4e1..598e526 100644 --- a/fixes.yaml +++ b/fixes.yaml @@ -172,3 +172,16 @@ actions: - target: $["components"]["schemas"]["Ticket"]["properties"]["strategy"]["enum"] update: - "saml" + - target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"] + update: + properties: + sub: + type: string + description: The ID of the actor. + example: "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb" + - target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"] + update: + additionalProperties: true + - target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]["properties"]["sub"] + update: + required: true