Find a guide, feature, or API endpoint. Try “FTP”, “alerts”, or “instruments”.

Browse documentation

Docs/API reference / Calibration constants

Update calibration constants

Requires `developer_api.calibration_constants.update` on the project-scoped Developer API connection. Use the API origin supplied for your deployment. Unknown query parameters and unexpected request bodies are rejected. Send only mutable fields. Fields not included in the body remain unchanged.

PATCH/dev-api/v1/p/{project_id}/instruments/{instrument_id}/calibration-constants/{constant_id}All endpoints ↗

The request panel saves credentials and API settings in this browser. Privacy details

PATCH
/dev-api/v1/p/{project_id}/instruments/{instrument_id}/calibration-constants/{constant_id}

Authorization

developerApiKey
AuthorizationBearer <token>

Project-scoped Developer API connection key. Grant only the required operation permissions.

In: header

Path Parameters

project_id*string
Match.*\S.*
Length1 <= length <= 128
instrument_id*string
Match.*\S.*
Length1 <= length <= 128
constant_id*string
Match.*\S.*
Length1 <= length <= 128

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Properties1 <= properties

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

bash
curl -X PATCH "https://example.com/dev-api/v1/p/string/instruments/string/calibration-constants/string" \
  -H "Content-Type: application/json" \
  -d '{}'
json
{
  "request_id": "string",
  "data": {
    "resource": {
      "lifecycle_state": "active",
      "archived_at": "2019-08-24T14:15:22Z",
      "archived_by": {
        "type": "user",
        "id": "string"
      },
      "id": "string",
      "instrument_id": "string",
      "name": "string",
      "value": 0,
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    },
    "recalculation_batch_run_id": "string"
  }
}