Allow to change orders of previews for a single revision.

PUT /actions/preview-files/{preview_file_id}/update-position

This preview will be used to illustrate the entity.

Responses

  • 200

    Orders of previews changed for a single revision

PUT /actions/preview-files/{preview_file_id}/update-position
curl \
 -X PUT http://localhost:8080/api/actions/preview-files/{preview_file_id}/update-position \
 -H "Authorization: $API_KEY"