Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedias committed Oct 8, 2021
1 parent f21868e commit dd3cca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eMASSRestOpenApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ info:
<strong>Available Request Headers:</strong>
| Key | Example Value | Description
|----------|------------------------------------|------------------------------------
|`api-key` |c1997ce5-57f3-479e-b21e-593657c60552|This API key must be provided in the request header for all endpoint calls
|`user-uid`|USER.TEST121.EMASS |This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls.
|`api-key` |avalidkeyisneeded |This API key must be provided in the request header for all endpoint calls
|`user-uid`|avaliduseruid |This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls.
| | |Note: For DoD users this is the DoD ID Number (EIDIPI) on their DoD CAC.
Users are required to log-in to eMASS and grant permissions for a client to update data
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
url: "swagger.yaml",
url: "eMASSRestOpenApi.yaml",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down

0 comments on commit dd3cca9

Please sign in to comment.