cURL
curl --request PUT \ --url https://api.serial.io/processes/entries/{process_entry_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "TEXT", "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "value": "<string>", "expected_value": "<string>", "usl": 123, "lsl": 123, "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "file_name": "<string>" }'
Endpoint for adding parametric & file data to process entries.
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Bearer <YOUR_KEY_OR_TOKEN>
Id for the process entry
The body is of type object.
object
OK