POST v1/application/cache/{environment}/{orgId}/{appId}/{type}

Use this method to upload a cached sqlite database file so you can create a new entry in the list of resources for your application, or update an existing entry. When uploading a database, the system automatically increments the version of the resource, and updates the sqlite database internal version to match the new value.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
environment

MaaS Environment where the organization originated.

string

Required

orgId

MaaS Organization Id

integer

Required

appId

MaaS Application Id

integer

Required

type

Cached resource type (db type)

DatabaseType

Required

Body Parameters

None.

Response Information

Resource Description

Returns a regular HTTP Header and optionally information related to any exception / validation.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.