Skip to content

Commit

Permalink
Automated commit by github action: 10477258434
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Aug 20, 2024
1 parent b28bd40 commit 37be75f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/api-specs/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/Metadata-withAfterId.yaml'
$ref: '../schemas/MetadataAfterId.yaml'
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
type: object
description: Metadata with after_id
properties:
limit:
type: integer
format: int32
description: Number of items to return
example: 10
offset:
type: integer
format: int32
description: offset
example: 50
total:
type: integer
format: int32
description: Total number of items
example: 100
next:
type: string
description: next
example: /endpoint?limit=10&offset=60
previous:
type: string
description: previous
example: /endpoint?limit=10&offset=40
after_id:
type: string
description: after_id
format: uuid
example: 4eaa719f-4312-4c5b-9264-d0eb04d4a02a

0 comments on commit 37be75f

Please sign in to comment.