Skip to content

Get Environment File Config

GET
/v1/environment/{environment_id}/file

Get the file configuration for a specific environment

Authorizations

Parameters

Path Parameters

environment_id
required

The environment ID for this request

string format: uuid

The environment ID for this request

Responses

200

Successful Response

object
match_file_ttl_days

How long a file associated with a match lives in days

integer
default: 2
match_developer_file_ttl_days

How long a developer file associated with a match lives in days

integer
default: 1
allow_files_for_match

If files are allowed to be uploaded for matches

boolean
default: true
allow_developer_files_for_match

If developer files are allowed to be uploaded for matches

boolean
default: true

404

Not Found

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string