diff --git a/nerm/parameters/query/metadata.yaml b/nerm/parameters/query/metadata.yaml index 3a4a026..040b24b 100644 --- a/nerm/parameters/query/metadata.yaml +++ b/nerm/parameters/query/metadata.yaml @@ -4,4 +4,5 @@ description: Returns batching metadata in the response required: false schema: type: boolean - default: false \ No newline at end of file + default: false + example: true \ No newline at end of file diff --git a/nerm/parameters/query/ne_attribute_id.yaml b/nerm/parameters/query/ne_attribute_id.yaml index 6780d09..07e3919 100644 --- a/nerm/parameters/query/ne_attribute_id.yaml +++ b/nerm/parameters/query/ne_attribute_id.yaml @@ -4,4 +4,5 @@ description: ID of an attribute for filtering required: false schema: type: string - format: uuid \ No newline at end of file + format: uuid + example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8 \ No newline at end of file diff --git a/nerm/parameters/query/profile_id.yaml b/nerm/parameters/query/profile_id.yaml index 4a78801..5fdf903 100644 --- a/nerm/parameters/query/profile_id.yaml +++ b/nerm/parameters/query/profile_id.yaml @@ -4,4 +4,5 @@ description: Profile ID to filter by required: false schema: type: string - format: uuid \ No newline at end of file + format: uuid + example: 4e480441-451d-47d9-87c2-9a0f0fe135eb \ No newline at end of file diff --git a/nerm/parameters/query/query.yaml b/nerm/parameters/query/query.yaml index c584b3c..d16618c 100644 --- a/nerm/parameters/query/query.yaml +++ b/nerm/parameters/query/query.yaml @@ -14,5 +14,9 @@ schema: order: type: string example: created_at + example: + limit: 100 + offset: 50 + order: created_at style: deepObject explode: true diff --git a/nerm/parameters/query/relationship_type.yaml b/nerm/parameters/query/relationship_type.yaml index a6f953d..f4ec97e 100644 --- a/nerm/parameters/query/relationship_type.yaml +++ b/nerm/parameters/query/relationship_type.yaml @@ -4,4 +4,5 @@ description: Type of user contributor relationship to filter by required: false schema: type: string - enum: [owner, contributor] \ No newline at end of file + enum: [owner, contributor] + example: contributor \ No newline at end of file diff --git a/nerm/parameters/query/user_id.yaml b/nerm/parameters/query/user_id.yaml index 439b3e3..d5e3e63 100644 --- a/nerm/parameters/query/user_id.yaml +++ b/nerm/parameters/query/user_id.yaml @@ -4,4 +4,5 @@ description: The ID of a user for filtering required: false schema: type: string - format: uuid \ No newline at end of file + format: uuid + example: bba9cfb2-96c1-4acb-ac79-a21732527265 \ No newline at end of file diff --git a/nerm/paths/user_profiles.yaml b/nerm/paths/user_profiles.yaml index 4198b16..9408bd6 100644 --- a/nerm/paths/user_profiles.yaml +++ b/nerm/paths/user_profiles.yaml @@ -20,7 +20,7 @@ get: $ref: "../responses/500.yaml" post: summary: Create multiple user-profile contributor relationships - operationId: postUserProfiles + operationId: createUserProfiles description: Create multiple user-profile contributor relationships tags: - user profiles