diff --git a/internal/httpclient/api/openapi.yaml b/internal/httpclient/api/openapi.yaml index f2973c9421e..756003acca2 100644 --- a/internal/httpclient/api/openapi.yaml +++ b/internal/httpclient/api/openapi.yaml @@ -109,7 +109,7 @@ paths: minimum: 1 type: string style: form - - description: The name of the clients to filter by. Prefix "!=" to search by negation. + - description: The name of the clients to filter by. Prefix with "!=" to filter with negative matching. explode: true in: query name: client_name @@ -117,7 +117,7 @@ paths: schema: type: string style: form - - description: The owner of the clients to filter by. Prefix "!=" to search by negation. + - description: The owner of the clients to filter by. Prefix with "!=" to filter with negative matching. explode: true in: query name: owner diff --git a/internal/httpclient/docs/OAuth2Api.md b/internal/httpclient/docs/OAuth2Api.md index 85fbeeca27a..cb3aa2171c9 100644 --- a/internal/httpclient/docs/OAuth2Api.md +++ b/internal/httpclient/docs/OAuth2Api.md @@ -960,8 +960,8 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **pageSize** | **int64** | Items per Page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [default to 250] **pageToken** | **string** | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [default to "1"] - **clientName** | **string** | The name of the clients to filter by. | - **owner** | **string** | The owner of the clients to filter by. | + **clientName** | **string** | The name of the clients to filter by. Prefix with "!=" to filter with negative matching. | + **owner** | **string** | The owner of the clients to filter by. Prefix with "!=" to filter with negative matching. | ### Return type