Skip to content

Commit

Permalink
feat: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 23, 2024
1 parent bce39c6 commit cef0c81
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions src/docs/openapi.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ paths:
- AppServiceID: []
responses:
"200":
description: List of logs for the service
description: List of logs for the service.
content:
application/json:
schema:
Expand Down Expand Up @@ -204,7 +204,7 @@ paths:
- AppServiceID: []
responses:
"201":
description: Log created
description: Log created.
content:
application/json:
schema:
Expand Down Expand Up @@ -277,11 +277,26 @@ paths:
description: |-
Get the details for all the services.
Only available to admins
parameters:
- schema:
type: number
minimum: 1
default: 1
in: query
name: page
required: false
- schema:
type: number
minimum: 1
default: 50
in: query
name: page_size
required: false
security:
- AppServiceID: []
responses:
"200":
description: All services
description: All services.
content:
application/json:
schema:
Expand Down Expand Up @@ -330,7 +345,7 @@ paths:
- AppServiceID: []
responses:
"201":
description: Created service details
description: Created service details.
content:
application/json:
schema:
Expand Down Expand Up @@ -372,7 +387,7 @@ paths:
- AppServiceID: []
responses:
"200":
description: Service details
description: Service details.
content:
application/json:
schema:
Expand Down

0 comments on commit cef0c81

Please sign in to comment.