v1

latestSwagger 2.02026-07-17652667.3 KB
basic

Create/update store

put/file-storage/{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

namestring required

Name of the 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.

Example request

{
  "store_data": "{}",
  "created": "2000-01-23T04:56:07.000+00:00",
  "name": "google-cloud-1",
  "store_type": "dropbox"
}

Response

Returns the store information