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

Commit a737ecd

Browse files
author
sowerstl
committed
Update docs for repository validation message; (DOECODE-675)
1 parent 556a595 commit a737ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ A full JSON example is [provided below](#json_example).
383383
| --- | --- |
384384
| code_id | The unique value given to a particular DOE CODE Project record once stored. Should be *null* or not provided for new entries, and will be returned once a record is saved or submitted successfully. |
385385
| accessibility | This refers to how the source of the project type is accessed; must be one of "OS" (open source), "ON" (open source, not public), "CS" (closed source, site hosted), or "CO" (closed source, OSTI hosted) |
386-
| repository_link | If the software project is available via public hosting service, such as github.com, bitbucket.org, etc. the public repository URL should be provided here. |
386+
| repository_link | If the software project is available via public hosting service, such as github.com, bitbucket.org, etc. the public repository URL should be provided here. DOE CODE does not currently support the submission of individual branch URL paths, so this must be a primary or base URL for the repository. |
387387
| landing_page | If the project is not available via open source hosting site, provide a URL describing the project and contact information for obtaining binary or source |
388388
| developers | An array of Objects, providing information about a project's developers or creators. Array order determines display order. Fields are [specified below](#persons_fields). |
389389
| contributors | An array of information about project contributors. Fields are [specified below](#persons_fields). Contributors must specify a [type of contribution](#contributor_types) made to the project. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ connect to the URL.
8181

8282
`GET /doecodeapi/services/validation/repositorylink?value=*value-to-check*`
8383

84-
Check to see if the indicated value is a valid, accessible git repository.
84+
Check to see if the indicated value is a valid, accessible git repository. DOE CODE does not currently support the submission of individual branch URL paths, so this must be a primary or base URL for the repository.
8585

8686
### doi
8787

0 commit comments

Comments
 (0)