Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
borderStylesolid
titleBag API Methods


Background Color

POST /api/bags/

Description: Deposit a Bag in Chronopolis

Request Body: JSON

Code Block
languagejs
titleRequest Body Example
collapsetrue
{
	"name": "bag-example",
    "depositor": "confluence-wiki",
    "location": "bag-example/confluence-wiki",
    "size": 1048576L,
    "totalFiles": 10L,
    "storageRegion": 1L
}


Background Color
GET /api/bags/api/bags


Background Color
GET /api/bags/<id>


Background Color
PUT /api/bags/<id>/storage/<type>


Background Color
GET /api/bags/<id>/storage/<type>


Background Color
POST /api/bags/<id>/storage/<type>/fixity


Background Color
GET /api/bags/<id>/storage/<type>/fixity


Background Color
GET /api/bags/<id>/storage/<type>/fixity/<alg>


...