Skip to content

Commit

Permalink
Automated commit '' by github action: 10585534000
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Aug 27, 2024
1 parent 67cc6d9 commit 5e35229
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 46 deletions.
4 changes: 1 addition & 3 deletions nerm/parameters/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ limit:
$ref: './query/limit.yaml'
offset:
$ref: './query/offset.yaml'
after_id:
$ref: './query/after_id.yaml'
user_id:
$ref: './query/user_id.yaml'
manager_id:
Expand Down Expand Up @@ -59,4 +57,4 @@ workflow_session_id:
result:
$ref: './query/result.yaml'
metadata:
$ref: './query/metadata.yaml'
$ref: './query/metadata.yaml'
8 changes: 0 additions & 8 deletions nerm/parameters/query/after_id.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions nerm/paths/profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ get:
- $ref: "../parameters/query/profile_type_id.yaml"
- $ref: "../parameters/query/status.yaml"
- $ref: "../parameters/query/metadata.yaml"
- $ref: "../parameters/query/after_id.yaml"
responses:
'200':
$ref: "../responses/Profiles_Meta.yaml"
Expand Down Expand Up @@ -63,4 +62,4 @@ delete:
'400':
$ref: "../responses/400.yaml"
'500':
$ref: "../responses/500.yaml"
$ref: "../responses/500.yaml"
2 changes: 1 addition & 1 deletion nerm/responses/Profiles_Meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ content:
items:
$ref: '../schemas/GET/Profile.yaml'
_metadata:
$ref: '../schemas/MetadataAfterId.yaml'
$ref: '../schemas/Metadata.yaml'
2 changes: 1 addition & 1 deletion nerm/schemas/Metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ properties:
example: /endpoint?limit=10&offset=60
previous:
type: string
example: /endpoint?limit=10&offset=40
example: /endpoint?limit=10&offset=40
31 changes: 0 additions & 31 deletions nerm/schemas/MetadataAfterId.yaml

This file was deleted.

0 comments on commit 5e35229

Please sign in to comment.