We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f26f39 + 5998060 commit a236d4cCopy full SHA for a236d4c
fixes.yaml
@@ -172,3 +172,16 @@ actions:
172
- target: $["components"]["schemas"]["Ticket"]["properties"]["strategy"]["enum"]
173
update:
174
- "saml"
175
+ - target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
176
+ update:
177
+ properties:
178
+ sub:
179
+ type: string
180
+ description: The ID of the actor.
181
+ example: "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
182
183
184
+ additionalProperties: true
185
+ - target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]["properties"]["sub"]
186
187
+ required: true
0 commit comments