Skip to content

Commit 8c7747c

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.10
Version: v1.22.10
1 parent 3df0494 commit 8c7747c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.22.9
1+
# 1.22.10
22

33
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk

doc/ProjectApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Name | Type | Description | Notes
441441
442442
Get a Project
443443

444-
Get a projects you have access to by its ID.
444+
Get a project you have access to by its ID.
445445

446446
### Example
447447
```dart

lib/src/api/project_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ class ProjectApi {
784784
}
785785

786786
/// Get a Project
787-
/// Get a projects you have access to by its ID.
787+
/// Get a project you have access to by its ID.
788788
///
789789
/// Parameters:
790790
/// * [projectId] - Project ID The project's ID.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ory_client
2-
version: 1.22.9
2+
version: 1.22.10
33
description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
44
homepage: https://www.ory.sh
55
repository: https://github.com/ory/sdk/tree/master/clients/client/dart

test/project_api_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void main() {
9090

9191
// Get a Project
9292
//
93-
// Get a projects you have access to by its ID.
93+
// Get a project you have access to by its ID.
9494
//
9595
//Future<Project> getProject(String projectId) async
9696
test('test getProject', () async {

0 commit comments

Comments
 (0)