Skip to content

Commit

Permalink
Merge pull request #86 from sailpoint-oss/fix/nermSpecAfterIdMetadata
Browse files Browse the repository at this point in the history
fix file naming for MetaDataAfterId
  • Loading branch information
darrell-thobe-sp authored Aug 20, 2024
2 parents 05b6d5f + 72b61c1 commit a449c99
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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/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 a449c99

Please sign in to comment.