Skip to content

Commit a236d4c

Browse files
Merge pull request #20 from clerk/logangingerich-patch-1
Update fixes.yaml
2 parents 9f26f39 + 5998060 commit a236d4c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fixes.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,16 @@ actions:
172172
- target: $["components"]["schemas"]["Ticket"]["properties"]["strategy"]["enum"]
173173
update:
174174
- "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+
- target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
183+
update:
184+
additionalProperties: true
185+
- target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]["properties"]["sub"]
186+
update:
187+
required: true

0 commit comments

Comments
 (0)