Skip to content

Commit

Permalink
Modified api/openapi/organizations.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reingold Shekhtel authored and Reingold Shekhtel committed Jun 14, 2024
1 parent 856f256 commit 5e8dfa5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/openapi/organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ paths:
application/json:
schema:
$ref: ./models/Problem.yaml
description: |
description: |-
Create search request for organizations by provided criteria.
You can use the following attributes as a `filter_key` for filtering:
Expand All @@ -1275,8 +1275,6 @@ paths:
- `projects` - filter by the number of projects.
- `launches` - filter by the number of launches.
- `last_launch_occurred` - filter by the last launch occurrence.
- `billing_plan_name` - filter by the billing plan name.
- `billing_storage_usage` - filter by the billing storage usage.
requestBody:
content:
application/json:
Expand Down Expand Up @@ -1313,7 +1311,7 @@ paths:
application/json:
schema:
$ref: ./models/Problem.yaml
description: |
description: |-
Create search request for organization projects by provided criteria.
You can use the following attributes as a `filter_key` for filtering:
Expand All @@ -1326,7 +1324,6 @@ paths:
- `users` - filter by the number of users.
- `launches` - filter by the number of launches.
- `last_launch_occurred` - filter by the last launch occurrence.
- `billing_storage_usage` - filter by the billing storage usage.
requestBody:
content:
application/json:
Expand Down

0 comments on commit 5e8dfa5

Please sign in to comment.