Skip to content

Commit

Permalink
#1377 - Add public endpoints to OpenAPI swagger document (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
cris-oddball authored Nov 20, 2023
1 parent a40552c commit 1565dc0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: VA Notify API Documentation
version: 1.0.3
version: 1.0.4
description: |
<p>This documents the API schemas for consumption by internal VA developers.</p>
<h1>Authorization header</h1>
Expand All @@ -20,12 +20,24 @@ info:
name: VA Notify team
servers:
- url: 'https://{environment}.notifications.va.gov'
description: PRIVATE, used inside the VA Network
variables:
environment:
enum:
- api
- staging.api
- perf.api
- dev.api
default: api
- url: 'https://{environment}.va.gov/vanotify'
description: PUBLIC, used outside of the VA Network
variables:
environment:
enum:
- api
- staging-api
- sandbox-api
- dev-api
default: api
paths:
/organisations:
Expand Down

0 comments on commit 1565dc0

Please sign in to comment.