File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,10 @@ actions:
175
175
- target : $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
176
176
update :
177
177
properties :
178
- SubscriberId :
178
+ sub :
179
179
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.
182
181
example : " user_2OEpKhcCN1Lat9NQ0G6puh7q5Rb"
183
182
- target : $["paths"]["/actor_tokens"]["post"]["requestBody"]["content"]["application/json"]["schema"]["properties"]["actor"]
184
183
update :
185
- required :
186
- - SubscriberId # Ensure the field is required, as per the original 'sub' behavior
184
+ additionalProperties : true
You can’t perform that action at this time.
0 commit comments