Skip to content

Commit 4872161

Browse files
Update fixes.yaml
1 parent e6400ba commit 4872161

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

fixes.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,10 @@ actions:
175175
- target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
176176
update:
177177
properties:
178-
SubscriberId:
178+
sub:
179179
type: string
180-
description: The ID of the actor (mapped from the `sub` field).
181-
x-speakeasy-name-override: sub # Ensures the property is serialized as 'sub'
180+
description: The ID of the actor.
182181
example: "user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
183182
- target: $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
184183
update:
185-
required:
186-
- SubscriberId # Ensure the field is required, as per the original 'sub' behavior
184+
additionalProperties: true

0 commit comments

Comments
 (0)