Skip to content

Commit

Permalink
dangling hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
eviau-artefactual committed Jan 3, 2024
1 parent befa468 commit b9d8339
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions dev-manual/api/api-reference-archivematica.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,26 +315,27 @@ Status

Response definitions:

================== ==========================================================

``status`` One of FAILED, REJECTED, USER_INPUT, COMPLETE or PROCESSING.

``name`` Name of the SIP, e.g. "imgs".

``microservices`` Name of the current microservice

``directory`` Name of the directory, e.g. "imgs-52dd0c01-e803-423a-be5f
\ -b592b5d5d61c"

``path`` Full path to the transfer, e.g. "/var/archivematica/shared
Directory/currentlyProcessing/imgs-52dd0c01-e803-423a-be5f-
/ b592b5d5d61c/".

``message`` "Fetched status for <SIP UUID> successfully."

``type`` "SIP"
.. list-table:: Response definitions

``uuid`` UUID of the SIP, e.g. "52dd0c01-e803-423a-be5f-b592b5d61c".
* - ``status``
- One of FAILED, REJECTED, USER_INPUT, COMPLETE or PROCESSING.
* - ``name``
- Name of the SIP, e.g. "imgs".
* - ``microservices``
- Name of the current microservice
* - ``directory``
- Name of the directory, e.g.
"imgs-52dd0c01-e803-423a-be5f-b592b5d5d61c"
* - ``path``
- Full path to the transfer, e.g.
"/var/archivematica/sharedDirectory/
currentlyProcessing/imgs-52dd0c01-e803-423a-be5f/b592b5d5d61c/".
* - ``message``
- "Fetched status for <SIP UUID> successfully."
* - ``type``
- "SIP"
* - ``uuid``
- UUID of the SIP, e.g. "52dd0c01-e803-423a-be5f-b592b5d61c".

================== ==========================================================

Expand Down

0 comments on commit b9d8339

Please sign in to comment.