File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 30
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-13d86377193e2e23549d605928c608b47324ee6923f2c4e0204b3139e8c383c6 .yml
3- openapi_spec_hash : caf4bb03bc42b9a2ba718a2251f4e5f0
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-e2406b137c0832ecf581d8fd503dd200e992eaf6eed4c47e5ed2d177ca545021 .yml
3+ openapi_spec_hash : d1b41a744c92f5a1d8faa9398e3df446
44config_hash : bf64816643634a621cd0ffd93d9c4347
Original file line number Diff line number Diff line change @@ -443,6 +443,7 @@ type WorkerResponseMcpOauth2 struct {
443443 ClientID string `json:"client_id"`
444444 ClientSecret WorkerResponseMcpOauth2ClientSecret `json:"client_secret"`
445445 RedirectUri string `json:"redirect_uri"`
446+ SupportedScopes []string `json:"supported_scopes"`
446447 JSON workerResponseMcpOauth2JSON `json:"-"`
447448}
448449
@@ -453,6 +454,7 @@ type workerResponseMcpOauth2JSON struct {
453454 ClientID apijson.Field
454455 ClientSecret apijson.Field
455456 RedirectUri apijson.Field
457+ SupportedScopes apijson.Field
456458 raw string
457459 ExtraFields map [string ]apijson.Field
458460}
You can’t perform that action at this time.
0 commit comments