Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jun 4, 2024
1 parent d84dbbb commit bfa8b22
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1335
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3b4dbcd29fdd5e0f88ee4097d3c58c446c6876505a522503afa704ebf51b8281.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-909b9ecb3be7ec2f54817533e4ea551d1eac37c0df72ec91b5c9179f9e8195c1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ class IntegrationCreateResponse(BaseModel):

tenant_url: str
"""The base URL for the tenant. E.g. "https://tenant.okta.com" """

well_known_url: str
"""The URL for the Shared Signals Framework configuration, e.g.
"/.well-known/sse-configuration/{integration_uuid}/".
https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1
"""
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ class IntegrationGetResponse(BaseModel):

tenant_url: str
"""The base URL for the tenant. E.g. "https://tenant.okta.com" """

well_known_url: str
"""The URL for the Shared Signals Framework configuration, e.g.
"/.well-known/sse-configuration/{integration_uuid}/".
https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1
"""
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ class IntegrationListResponse(BaseModel):

tenant_url: str
"""The base URL for the tenant. E.g. "https://tenant.okta.com" """

well_known_url: str
"""The URL for the Shared Signals Framework configuration, e.g.
"/.well-known/sse-configuration/{integration_uuid}/".
https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1
"""
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ class IntegrationUpdateResponse(BaseModel):

tenant_url: str
"""The base URL for the tenant. E.g. "https://tenant.okta.com" """

well_known_url: str
"""The URL for the Shared Signals Framework configuration, e.g.
"/.well-known/sse-configuration/{integration_uuid}/".
https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1
"""
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ class ReferenceGetResponse(BaseModel):

tenant_url: str
"""The base URL for the tenant. E.g. "https://tenant.okta.com" """

well_known_url: str
"""The URL for the Shared Signals Framework configuration, e.g.
"/.well-known/sse-configuration/{integration_uuid}/".
https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1
"""

0 comments on commit bfa8b22

Please sign in to comment.