v1

latestSwagger 2.02026-07-17652667.3 KB
basic

Create/update store

put/stores/{store_name}

Path parameters

store_namestring required

Name of the store

Query parameters

block_on_existingboolean

Only create a new one, block if one already exists

Request body

detail_typestring required
namestring required
descriptionstring required

More information about this store.

store_typestring required

Type of store.

store_dataobject required

Data that is specific to the store type.

createdstring date-time required

Date and time this store was added to the bazaar.

default_file_storestring required

Name of the default file store (empty if no default store)

Example request

{
  "detail_type": "BagStoreDetailed",
  "name": "my-dropbox",
  "description": "Bags from physical testing",
  "store_type": "dropbox"
}

Response

Returns the store information