|
39 | 39 | url: https://www.apache.org/licenses/LICENSE-2.0.html |
40 | 40 | termsOfService: /tos |
41 | 41 | title: Ory APIs |
42 | | - version: v1.22.26 |
| 42 | + version: v1.22.27 |
43 | 43 | servers: |
44 | 44 | - url: "https://{project_slug}.projects.oryapis.com/" |
45 | 45 | variables: |
@@ -678,8 +678,6 @@ paths: |
678 | 678 | name: page_token |
679 | 679 | required: false |
680 | 680 | schema: |
681 | | - default: "1" |
682 | | - minimum: 1 |
683 | 681 | type: string |
684 | 682 | style: form |
685 | 683 | - description: |- |
@@ -1422,8 +1420,6 @@ paths: |
1422 | 1420 | name: page_token |
1423 | 1421 | required: false |
1424 | 1422 | schema: |
1425 | | - default: "1" |
1426 | | - minimum: 1 |
1427 | 1423 | type: string |
1428 | 1424 | style: form |
1429 | 1425 | - description: ID is the identity's ID. |
@@ -2344,8 +2340,6 @@ paths: |
2344 | 2340 | name: page_token |
2345 | 2341 | required: false |
2346 | 2342 | schema: |
2347 | | - default: "1" |
2348 | | - minimum: 1 |
2349 | 2343 | type: string |
2350 | 2344 | style: form |
2351 | 2345 | - description: The subject to list the consent sessions for. |
@@ -5911,8 +5905,6 @@ paths: |
5911 | 5905 | name: page_token |
5912 | 5906 | required: false |
5913 | 5907 | schema: |
5914 | | - default: "1" |
5915 | | - minimum: 1 |
5916 | 5908 | type: string |
5917 | 5909 | style: form |
5918 | 5910 | responses: |
@@ -8257,8 +8249,6 @@ paths: |
8257 | 8249 | name: page_token |
8258 | 8250 | required: false |
8259 | 8251 | schema: |
8260 | | - default: "1" |
8261 | | - minimum: 1 |
8262 | 8252 | type: string |
8263 | 8253 | style: form |
8264 | 8254 | - description: Set the Session Token when calling from non-browser clients. |
@@ -10511,6 +10501,13 @@ components: |
10511 | 10501 |
|
10512 | 10502 | This governs the "selfservice.flows.login.lifespan" setting. |
10513 | 10503 | type: string |
| 10504 | + kratos_selfservice_flows_login_style: |
| 10505 | + description: |- |
| 10506 | + Configures the Ory Kratos Login Flow Style |
| 10507 | + |
| 10508 | + This governs the "selfservice.flows.login.style" setting. |
| 10509 | + Possible values are "unified" and "identifier_first". |
| 10510 | + type: string |
10514 | 10511 | kratos_selfservice_flows_login_ui_url: |
10515 | 10512 | description: |- |
10516 | 10513 | Configures the Ory Kratos Login UI URL |
@@ -16553,6 +16550,13 @@ components: |
16553 | 16550 |
|
16554 | 16551 | This governs the "selfservice.flows.login.lifespan" setting. |
16555 | 16552 | type: string |
| 16553 | + kratos_selfservice_flows_login_style: |
| 16554 | + description: |- |
| 16555 | + Configures the Ory Kratos Login Flow Style |
| 16556 | + |
| 16557 | + This governs the "selfservice.flows.login.style" setting. |
| 16558 | + Possible values are "unified" and "identifier_first". |
| 16559 | + type: string |
16556 | 16560 | kratos_selfservice_flows_login_ui_url: |
16557 | 16561 | description: |- |
16558 | 16562 | Configures the Ory Kratos Login UI URL |
@@ -22759,13 +22763,11 @@ components: |
22759 | 22763 | minimum: 1 |
22760 | 22764 | type: integer |
22761 | 22765 | page_token: |
22762 | | - default: "1" |
22763 | 22766 | description: |- |
22764 | 22767 | Next Page Token |
22765 | 22768 |
|
22766 | 22769 | The next page token. |
22767 | 22770 | For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). |
22768 | | - minimum: 1 |
22769 | 22771 | type: string |
22770 | 22772 | type: object |
22771 | 22773 | tokenPaginationHeaders: |
@@ -22804,13 +22806,11 @@ components: |
22804 | 22806 | minimum: 1 |
22805 | 22807 | type: integer |
22806 | 22808 | page_token: |
22807 | | - default: "1" |
22808 | 22809 | description: |- |
22809 | 22810 | Next Page Token |
22810 | 22811 |
|
22811 | 22812 | The next page token. |
22812 | 22813 | For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). |
22813 | | - minimum: 1 |
22814 | 22814 | type: string |
22815 | 22815 | title: Pagination Request Parameters |
22816 | 22816 | type: object |
|
0 commit comments