Skip to content

Commit

Permalink
chore: Auto-Generated Edge-api OpenAPI Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Azion Github Automation committed Feb 21, 2024
1 parent 9af2bf3 commit 16b4788
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,12 @@ paths:
schema:
$ref: '#/components/schemas/ResponseDeleteCertificateRevocationList'
description: ''
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseDeleteCertificateRevocationList'
description: ''
'400':
description: Bad Request
'404':
Expand All @@ -444,12 +450,6 @@ paths:
description: Unauthorized
'403':
description: Forbidden
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseCertificateRevocationList'
description: ''
/v4/edge/purge/{purgeType}:
post:
operationId: purgeCreate
Expand Down Expand Up @@ -773,6 +773,12 @@ paths:
schema:
$ref: '#/components/schemas/ResponseDeleteWAFRule'
description: ''
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseDeleteWAFRule'
description: ''
'400':
description: Bad Request
'404':
Expand All @@ -785,12 +791,6 @@ paths:
description: Unauthorized
'403':
description: Forbidden
'202':
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseWAFRule'
description: ''
components:
schemas:
BlankEnum:
Expand Down Expand Up @@ -820,10 +820,6 @@ components:
type: string
format: date-time
readOnly: true
revoked_certificates:
type: object
additionalProperties: {}
readOnly: true
raw_crl:
type: string
pattern: .*
Expand All @@ -836,7 +832,6 @@ components:
- name
- next_update
- raw_crl
- revoked_certificates
additionalProperties: false
CertificateRevocationListRequest:
type: object
Expand Down

0 comments on commit 16b4788

Please sign in to comment.