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

Commit d24104d

Browse files
author
sowerstl
committed
Update some .md files with missing OSTI Hosted information.
1 parent 1264e8e commit d24104d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Content-Type: application/json
157157
| identifiers | Search within identifying numbers |
158158
| date_earliest | Starting date range for release date |
159159
| date_latest | Ending date range for release date |
160-
| accessibility | An array of accessibility types; one or more of "OS", "ON", or "CS" |
160+
| accessibility | An array of accessibility types; one or more of "OS", "ON", "CS", or "CO" |
161161
| licenses | An array of matching license values, such as the ones at the following <a href='/doecodeapi/services/docs/types#doecode-types-api-valid-types-information-licenses'>endpoint</a>. |
162162
| orcid | Search developer or contributor ORCID values |
163163
| sort | Specify a sorting field, e.g., "softwareTitle" or "releaseDate" (relevance is the default) |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,6 @@ A listing of valid accessibility codes and descriptions.
222222
> {"accessibility":[
223223
> {"label":"Open Source","value":"OS"},
224224
> {"label":"Open Source, No Public Access","value":"ON"},
225-
> {"label":"Closed Source","value":"CS"}]}
225+
> {"label":"Closed Source","value":"CS"},
226+
> {"label":"Closed Source, OSTI Hosted","value":"CO"}]}
226227
> ```

0 commit comments

Comments
 (0)