Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.15.10
Browse files Browse the repository at this point in the history
Version: v1.15.10
  • Loading branch information
aeneasr committed Nov 8, 2024
1 parent a37e4f0 commit c79f40f
Show file tree
Hide file tree
Showing 592 changed files with 1,603 additions and 1,523 deletions.
10 changes: 5 additions & 5 deletions docs/CourierApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ory_client.CourierApi

All URIs are relative to *https://.projects.oryapis.com*
All URIs are relative to *https://playground.projects.oryapis.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -25,10 +25,10 @@ from ory_client.models.message import Message
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -106,10 +106,10 @@ from ory_client.models.message import Message
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down
1 change: 1 addition & 0 deletions docs/CreateProjectApiKeyRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_at** | **datetime** | | [optional]
**name** | **str** | The Token Name A descriptive name for the token. in: body |

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/CreateWorkspaceApiKeyBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_at** | **datetime** | | [optional]
**name** | **str** | The API Key Name A descriptive name for the API key. |

## Example
Expand Down
18 changes: 9 additions & 9 deletions docs/EventsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ory_client.EventsApi

All URIs are relative to *https://.projects.oryapis.com*
All URIs are relative to *https://playground.projects.oryapis.com*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -26,10 +26,10 @@ from ory_client.models.event_stream import EventStream
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -109,10 +109,10 @@ import ory_client
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -189,10 +189,10 @@ from ory_client.models.list_event_streams import ListEventStreams
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -269,10 +269,10 @@ from ory_client.models.set_event_stream_body import SetEventStreamBody
from ory_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://.projects.oryapis.com
# Defining the host is optional and defaults to https://playground.projects.oryapis.com
# See configuration.py for a list of all supported configuration parameters.
configuration = ory_client.Configuration(
host = "https://.projects.oryapis.com"
host = "https://playground.projects.oryapis.com"
)

# The client must configure the authentication and authorization parameters
Expand Down
Loading

0 comments on commit c79f40f

Please sign in to comment.