Restore Images Endpoint

Restores multiple images from trash (undeletes them).

Expects: - JSON with: - 'imageIds': list of image IDs to restore - 'projectId'

Returns: - Success message with counts of restored images - Error if imageIds is missing or invalid

post/restoreImages

Request body

projectIdinteger required
imageIdsstring[] required

Response

Successful Response

{"stackTrail":"paths:/restoreImages:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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