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
Example request
{
"detail_type": "BagStoreDetailed",
"name": "my-dropbox",
"description": "Bags from physical testing",
"store_type": "dropbox"
}Response
Returns the store information
Changes
No recorded changes to this endpoint across all 1 revision of this API.