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-e2406b137c0832ecf581d8fd503dd200e992eaf6eed4c47e5ed2d177ca545021 .yml
3- openapi_spec_hash : d1b41a744c92f5a1d8faa9398e3df446
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-6ff494eafa2c154892716407682bb2296cff4f18c45765c5fb16bdf36f452ae1 .yml
3+ openapi_spec_hash : 63dde2481a7d51042a241bfba232b0b0
44config_hash : bf64816643634a621cd0ffd93d9c4347
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ type WorkerResponseMcpOauth2 struct {
442442 AuthorizationURL string `json:"authorization_url"`
443443 ClientID string `json:"client_id"`
444444 ClientSecret WorkerResponseMcpOauth2ClientSecret `json:"client_secret"`
445+ ExternalID string `json:"external_id"`
445446 RedirectUri string `json:"redirect_uri"`
446447 SupportedScopes []string `json:"supported_scopes"`
447448 JSON workerResponseMcpOauth2JSON `json:"-"`
@@ -453,6 +454,7 @@ type workerResponseMcpOauth2JSON struct {
453454 AuthorizationURL apijson.Field
454455 ClientID apijson.Field
455456 ClientSecret apijson.Field
457+ ExternalID apijson.Field
456458 RedirectUri apijson.Field
457459 SupportedScopes apijson.Field
458460 raw string
You can’t perform that action at this time.
0 commit comments