@dntlab/swagger-dean
Version:
swagger api for DeArchNet project
24 lines (23 loc) • 786 B
YAML
get:
summary: Fetches data of all profile public projects
parameters:
- in: path
name: profileId
required: true
schema:
type: string
description: Profile ID
- $ref: '../components/components.yaml#/components/parameters/offset_param'
- $ref: '../components/components.yaml#/components/parameters/limit_param'
operationId: rest.profile.projects.index
responses:
200:
description: Successfull fetch
content:
application/json:
schema:
$ref: '../components/components.yaml#/components/schemas/list_of_projects'
404:
$ref: '../components/components.yaml#/components/responses/404NotFound'
default:
$ref: '../components/components.yaml#/components/responses/UnexpectedError'