mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
Add examples as needed for linter
This commit is contained in:
@@ -5,3 +5,4 @@ required: false
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
example: true
|
||||
@@ -5,3 +5,4 @@ required: false
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
|
||||
@@ -5,3 +5,4 @@ required: false
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 4e480441-451d-47d9-87c2-9a0f0fe135eb
|
||||
@@ -14,5 +14,9 @@ schema:
|
||||
order:
|
||||
type: string
|
||||
example: created_at
|
||||
example:
|
||||
limit: 100
|
||||
offset: 50
|
||||
order: created_at
|
||||
style: deepObject
|
||||
explode: true
|
||||
|
||||
@@ -5,3 +5,4 @@ required: false
|
||||
schema:
|
||||
type: string
|
||||
enum: [owner, contributor]
|
||||
example: contributor
|
||||
@@ -5,3 +5,4 @@ required: false
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
example: bba9cfb2-96c1-4acb-ac79-a21732527265
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user