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

Commit 010ad1b

Browse files
committed
Correct limitations docs to match actual endpoint
1 parent 2a98d59 commit 010ad1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@ Content-Type: application/json
254254
```
255255
```json
256256
{
257-
"unlimitedLimitationTypes": [
257+
"unlimitedTypes": [
258258
{"label": "UNL", "value": "UNL"}
259259
],
260-
"limitedLimitationTypes": [
260+
"limitedTypes": [
261261
{"label": "SBIR","value": "SBIR"},
262262
{"label": "STTR","value": "STTR"},
263263
{"label": "OUO","value": "OUO"},

0 commit comments

Comments
 (0)