Skip to content

Commit

Permalink
update openapi doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit committed Nov 11, 2024
1 parent e260563 commit c546493
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ components:
title: Request Text
type: string
status:
allOf:
- $ref: '#/components/schemas/AccessRequestStatus'
$ref: '#/components/schemas/AccessRequestStatus'
default: pending
description: The status of this access request
status_changed:
Expand Down Expand Up @@ -139,8 +138,7 @@ components:
description: ID of the IVA to be used for this request
title: Iva Id
status:
allOf:
- $ref: '#/components/schemas/AccessRequestStatus'
$ref: '#/components/schemas/AccessRequestStatus'
description: The new status of this access request
required:
- status
Expand All @@ -161,7 +159,7 @@ components:
info:
description: A service managing access requests for the GHGA Data Portal
title: Access Request Service
version: 2.0.4
version: 2.0.5
openapi: 3.1.0
paths:
/access-requests:
Expand Down

0 comments on commit c546493

Please sign in to comment.