You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
@ApiParam(value = "The type of objects contained by this generic list") @Valid@RequestParam(value = "listType", required = false) StringlistType,
45
-
@ApiParam(value = "The human readable name of this generic list") @Valid@RequestParam(value = "listName", required = false) StringlistName,
46
-
@ApiParam(value = "The unique ID of this generic list") @Valid@RequestParam(value = "listDbId", required = false) StringlistDbId,
47
-
@ApiParam(value = "The source tag of this generic list") @Valid@RequestParam(value = "listSource", required = false) StringlistSource,
48
-
@ApiParam(value = "Search for Germplasm by an external reference") @Valid@RequestParam(value = "externalReferenceID", required = false) StringexternalReferenceID,
49
-
@ApiParam(value = "Search for Germplasm by an external reference") @Valid@RequestParam(value = "externalReferenceSource", required = false) StringexternalReferenceSource,
50
-
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
51
-
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "HTTP HEADER - Token used for Authorization <strong> Bearer {token_string} </strong>") @RequestHeader(value = "Authorization", required = false) Stringauthorization)
81
83
throwsBrAPIServerException;
82
84
85
+
@ApiOperation(value = "Add Items to a specific List", nickname = "listsListDbIdItemsPost", notes = "Add new data to a specific generic lists", response = ListResponse.class, authorizations = {
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
133
-
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
134
-
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
0 commit comments