Skip to content

Commit

Permalink
remove put and delete for /providers and clients
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyStathis committed Aug 8, 2022
1 parent ea2e0b5 commit e85a6fa
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,46 +293,6 @@ paths:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/Client'
put:
parameters:
- name: id
in: path
description: Client ID
required: true
schema:
type: string
tags:
- clients
summary: Update a client.
security:
- BasicAuth: []
- bearerAuth: []
requestBody:
required: true
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/Client'
responses:
'200':
description: OK
delete:
parameters:
- name: id
in: path
description: Client ID
required: true
schema:
type: string
tags:
- clients
summary: Delete a client.
security:
- BasicAuth: []
- bearerAuth: []
responses:
'204':
description: No content
/dois:
get:
tags:
Expand Down Expand Up @@ -1068,46 +1028,6 @@ paths:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/Provider'
put:
parameters:
- name: id
in: path
description: Provider ID
required: true
schema:
type: string
tags:
- providers
summary: Update a provider.
security:
- BasicAuth: []
- bearerAuth: []
requestBody:
required: true
content:
application/vnd.api+json:
schema:
$ref: '#/components/schemas/Provider'
responses:
'200':
description: OK
delete:
parameters:
- name: id
in: path
description: Provider ID
required: true
schema:
type: string
tags:
- providers
summary: Delete a provider.
security:
- BasicAuth: []
- bearerAuth: []
responses:
'204':
description: No content
/reports:
get:
tags:
Expand Down

0 comments on commit e85a6fa

Please sign in to comment.