/dataset/record/public - Change a record’s public status
/dataset/record/public - Change a record’s public status
/dataset/record/public - Change a record’s public status
Changes the public status of a dataset record. By default, calling this endpoint immediately makes the record public. An optional public_date parameter can be used to schedule a future publish date, or to set the record back to “not public”.
A pre-request script automatically fetches a bearer token before each request:
POSTs to {{url}}/token with {{apiuser}} and {{apipass}} credentials
Stores the returned token in {{token}}
The token is sent as a Bearer token in the Authorization header
The server resolves the public date using the following logic:
If public_date is not provided, the record is made public immediately (current date/time).
If public_date is provided, the record’s public date is set to that value — this can be used to schedule future publication or to revert a record to a non-public state.
A successful request returns HTTP 200 OK. The response body confirms the updated public status of the record.