Skip to content

Commit

Permalink
Merge pull request #20 from clerk/logangingerich-patch-1
Browse files Browse the repository at this point in the history
Update fixes.yaml
  • Loading branch information
logangingerich authored Feb 19, 2025
2 parents 9f26f39 + 5998060 commit a236d4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a236d4c

Please sign in to comment.