Update metadata for a sample

post

/ords/gpas_pub/gpasapi/update_sample_metadata

Overwrite metadata that the submitting user supplied for the sample during upload. For example, when you upload a sample, if you incorrectly entered a value for a field, you can use this API to correct that value. An example of a JSON object is as follows: { "samples": ["name": "95d4d8a4-f5c1-b6fa-07f7-8d1620e7e920", "control": "negative", "collection_date": "2022-02-28", "country": "USA", "region": "Texas", "reason": "test" } ] }

Request

Header Parameters
Back to Top

Response

Supported Media Types

201 Response

The successfully created record.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top