Skip to content

PATCH /measurements/{measurement_id}/

Update an existing measurement.

PATCH /measurements/{measurement_id}/ — measurement_id

The unique measurement ID.

PATCH /api/v2/measurements/{measurement_id}/

Update an existing measurement.

Try it out

Playground

Authorization
Variables
Key
Value
Body
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
Parameters

Path Parameters

measurement_id*

The unique measurement ID.

Type
integer
Required
Request Body

Request Body

object

The fields that can be changed by the user after creation.

This is an interface that is used by both CoreMeasurementSerialiser and
MeasurementUpdateSerializer.

Indicates this measurement is publicly available; may be changed from false to true, but not from true to false

Defaulttrue

User-defined description of the measurement

Automatic top-up measurements probes

Defaultfalse

Threshold in days to replace a disconnected probe

Maximum30
Minimum1
Default7

Minimum similarity for replacement probes

Format"double"
Maximum1
Minimum0
Default0.5

Number of hours to re-lookup a target DNS record

Default0
Responses

Responses

application/json
object

The fields that can be changed by the user after creation.

This is an interface that is used by both CoreMeasurementSerialiser and
MeasurementUpdateSerializer.

Indicates this measurement is publicly available; may be changed from false to true, but not from true to false

Defaulttrue

User-defined description of the measurement

Automatic top-up measurements probes

Defaultfalse

Threshold in days to replace a disconnected probe

Maximum30
Minimum1
Default7

Minimum similarity for replacement probes

Format"double"
Maximum1
Minimum0
Default0.5

Number of hours to re-lookup a target DNS record

Default0
Samples