folders

Restore Folder

Restore the folder, conditions, and dependents named by its receipt.

Every submitted id is validated atomically for writable-project scope, current parent linkage, and tombstone state. The server cannot verify that the set is complete: only the caller's receipt records which rows one delete stamped, and transaction-stable deleted_at cannot reconstruct that fact (spec-lite §2.1). An incomplete receipt therefore produces ADR-0172's accepted lossy restore. Returns 409 not_deleted for an already-live row.

post/api/v1/folders/{folder_id}/restore

Path parameters

folder_idstring uuid required

Request body

folder_idsstring[] required
condition_idsstring[] required
measurement_idsstring[] required
multiplier_idsstring[] required

Response

Successful Response

idstring uuid required
project_idstring uuid required
parent_folder_idstring uuid nullable required
namestring required
sort_ordernumber required
created_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.