Skip to main content

ValueTypeFileResponse

key stringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
type stringrequired

The type of the value

Possible values: [file]

value stringrequired

The value

Example: https://files.stg.inspectorio.com/sight/589/7712/9b02e83f-a28b-40a1-acd0-0863a5489074.jpg
ValueTypeFileResponse
{
"key": "test_key",
"type": "file",
"value": "https://files.stg.inspectorio.com/sight/589/7712/9b02e83f-a28b-40a1-acd0-0863a5489074.jpg"
}