Skip to main content
POST
Preview Provider Build

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
location
string
required
on_complete
AddProvider · object

Will add a new provider or update an existing one with the same base docker image ID (docker registry + repository, excluding tag)

build_configuration
BuildConfiguration · object | null

Response

Successful Response

status
enum<string>
required
Available options:
missing,
in_progress,
build_completed,
completed,
failed
source
ResolvedGithubUrl · object
required
destination
string
required
created_by
string<uuid>
required
provider_origin
string
required
read-only
id
string<uuid>
created_at
string<date-time>
build_configuration
BuildConfiguration · object | null
provider_id
string<uuid> | null

ID of the provider added or modified by this build

on_complete
AddProvider · object

Will add a new provider or update an existing one with the same base docker image ID (docker registry + repository, excluding tag)

error_message
string | null