Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Jan 4, 2024
1 parent 7a02911 commit 35deed3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions caab-api/open-api-specification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paths:
required: true
schema:
type: 'string'
example: 'MARILYN@DESORANDCO.CO.UK'
example: 'SOMEUSER@COMPANY.CO.UK'
responses:
'200':
description: 'Successful operation'
Expand Down Expand Up @@ -66,7 +66,7 @@ paths:
get:
tags:
- applications
summary: 'get application type'
summary: 'Get application type'
operationId: 'getApplicationType'
parameters:
- name: 'id'
Expand Down Expand Up @@ -94,7 +94,7 @@ paths:
put:
tags:
- applications
summary: 'put application type'
summary: 'Update application type'
operationId: 'putApplicationType'
requestBody:
description: put an application's application type
Expand All @@ -115,7 +115,7 @@ paths:
required: true
schema:
type: 'string'
example: 'MARILYN@DESORANDCO.CO.UK'
example: 'SOMEUSER@COMPANY.CO.UK'
responses:
'200':
description: 'Successful operation'
Expand All @@ -131,7 +131,7 @@ paths:
get:
tags:
- applications
summary: 'get an applications provider details'
summary: 'Get an application''s provider details'
operationId: 'getApplicationProviderDetails'
parameters:
- name: 'id'
Expand Down Expand Up @@ -159,10 +159,10 @@ paths:
put:
tags:
- applications
summary: 'put an applications provider details'
summary: 'Update an application''s provider details'
operationId: 'putApplicationProviderDetails'
requestBody:
description: put an application's application type
description: put an application's provider details
content:
application/json:
schema:
Expand All @@ -180,7 +180,7 @@ paths:
required: true
schema:
type: 'string'
example: 'MARILYN@DESORANDCO.CO.UK'
example: 'SOMEUSER@COMPANY.CO.UK'
responses:
'200':
description: 'Successful operation'
Expand All @@ -196,7 +196,7 @@ paths:
get:
tags:
- applications
summary: 'get an applications correspondence address'
summary: 'Get an applications correspondence address'
operationId: 'getApplicationCorrespondenceAddress'
parameters:
- name: 'id'
Expand Down Expand Up @@ -224,7 +224,7 @@ paths:
put:
tags:
- applications
summary: 'put an applications correspondence address'
summary: 'Update an application''s correspondence address'
operationId: 'putApplicationCorrespondenceAddress'
requestBody:
description: put an application's correspondence address
Expand All @@ -245,7 +245,7 @@ paths:
required: true
schema:
type: 'string'
example: 'MARILYN@DESORANDCO.CO.UK'
example: 'SOMEUSER@COMPANY.CO.UK'
responses:
'200':
description: 'Successful operation'
Expand Down

0 comments on commit 35deed3

Please sign in to comment.