Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 9f15521

Browse files
committed
modified documentation to note authentication requirement on single record
lookup in example Signed-off-by: Neal Ensor <[email protected]>
1 parent 5d7e560 commit 9f15521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gov/osti/services/Metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ JSON is the default output format. Authenticated user must be either the owner
5555
> ```html
5656
> GET /doecodeapi/services/metadata/234
5757
> Content-Type: application/json
58+
> Authorization: Basic *user-api-key*
5859
> ```
5960
> Response:
6061
> ```html

0 commit comments

Comments
 (0)