The writable transect data.
A promise that resolves to the created transect.
Creates or updates a transect (legacy V1).
Sends a PUT request to the create-or-update endpoint. A uuid is
mandatory; the transect identified by that uuid is updated, or created if
it does not yet exist.
The writable transect data. The uuid is mandatory.
A promise that resolves to the updated (or created) transect.
Creates a new transect (legacy V1).
Sends a
POSTrequest to the create-or-update endpoint. If a transect with the givenuuidalready exists, the API responds withHTTP 409.