Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 12, 2023
1 parent ca7c618 commit 69dce68
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 154 deletions.
63 changes: 15 additions & 48 deletions openapi/openroaming_globalreach.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ paths:
get:
tags:
- OpenRoaming-Global Reach
operationId: getOpenRoaminGlobalReachAccountList
operationId: getOpenRoamingGlobalReachAccountList
summary: Retrieve account list.
parameters:
- in: query
Expand Down Expand Up @@ -132,7 +132,7 @@ paths:
get:
tags:
- OpenRoaming-Global Reach
operationId: getOpenRoaminGlobalReachAccount
operationId: getOpenRoamingGlobalReachAccount
summary: Retrieve account information.
parameters:
- in: path
Expand All @@ -154,7 +154,7 @@ paths:
delete:
tags:
- OpenRoaming-Global Reach
operationId: deleteOpenRoaminGlobalReachAccount
operationId: deleteOpenRoamingGlobalReachAccount
summary: Delete account information.
parameters:
- in: path
Expand All @@ -176,7 +176,7 @@ paths:
post:
tags:
- OpenRoaming-Global Reach
operationId: createOpenRoaminGlobalReachAccount
operationId: createOpenRoamingGlobalReachAccount
summary: Create account information.
parameters:
- in: path
Expand All @@ -203,7 +203,7 @@ paths:
put:
tags:
- OpenRoaming-Global Reach
operationId: modifyOpenRoaminGlobalReachAccount
operationId: modifyOpenRoamingGlobalReachAccount
summary: Modify account information.
parameters:
- in: path
Expand Down Expand Up @@ -231,7 +231,7 @@ paths:
get:
tags:
- OpenRoaming-Global Reach Certificate
operationId: getOpenRoaminGlobalReachCertificateList
operationId: getOpenRoamingGlobalReachCertificateList
summary: Retrieve certificate list.
parameters:
- in: path
Expand Down Expand Up @@ -280,17 +280,17 @@ paths:
get:
tags:
- OpenRoaming-Global Reach Certificate
operationId: getOpenRoaminGlobalReachCertificate
operationId: getOpenRoamingGlobalReachCertificate
summary: Retrieve certificate information.
parameters:
- in: path
description: The account name
description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID.
name: account
schema:
type: string
required: true
- in: path
description: The certificate id
description: The certificate id in provisioning - not the certificate_id from GlobalReach
name: id
schema:
type: string
Expand All @@ -308,17 +308,17 @@ paths:
delete:
tags:
- OpenRoaming-Global Reach Certificate
operationId: deleteOpenRoaminGlobalReachCertificate
operationId: deleteOpenRoamingGlobalReachCertificate
summary: Delete certificate information.
parameters:
- in: path
description: The account name
description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID.
name: account
schema:
type: string
required: true
- in: path
description: The certificate id
description: The certificate id in provisioning - not the certificate_id from GlobalReach
name: id
schema:
type: string
Expand All @@ -336,17 +336,17 @@ paths:
post:
tags:
- OpenRoaming-Global Reach Certificate
operationId: createOpenRoaminGlobalReachCertificate
operationId: createOpenRoamingGlobalReachCertificate
summary: Create certificate information.
parameters:
- in: path
description: The account name
description: The account name - this is the provisioning ID for the account. Not the GlobalReach ID.
name: account
schema:
type: string
required: true
- in: path
description: The certificate id
description: Must be set to "0"
name: id
schema:
type: string
Expand All @@ -366,36 +366,3 @@ paths:
404:
$ref: '#/components/responses/NotFound'

put:
tags:
- OpenRoaming-Global Reach Certificate
operationId: modifyOpenRoaminGlobalReachCertificate
summary: Modify certificate information.
parameters:
- in: path
description: The account name
name: account
schema:
type: string
required: true
- in: path
description: The certificate id
name: id
schema:
type: string
required: true
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/GLBLRAccountInfo'
responses:
200:
$ref: '#/components/schemas/GLBLRAccountInfo'
400:
$ref: '#/components/responses/BadRequest'
403:
$ref: '#/components/responses/Unauthorized'
404:
$ref: '#/components/responses/NotFound'

Loading

0 comments on commit 69dce68

Please sign in to comment.