Skip to content

Download schema config

GET
/databases/{id}/config/download
curl --request GET \
--url https://api.reflexdb.cloud/v1/databases/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/config/download \
--header 'Authorization: Bearer <token>'

Returns the pending schema config as a reflexdb.yaml file attachment.

id
required
string format: uuid

Database ID

YAML file content (Content-Type: text/yaml)

Media type application/json

YAML file content (Content-Type: text/yaml)

string
Example generated
example

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}