Skip to main content
POST
Update Coworld commissioner image

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Body

application/json
coworld_name
string
required

Coworld name to update.

Minimum string length: 1
container_image_id
string
required

Ready container image for the commissioner runnable.

Pattern: ^img_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
runnable_id
string | null

Commissioner runnable ID. Required when the Coworld defines more than one.

version
string | null

Version for the published Coworld update.

Response

Successful Response

id
string
required

Coworld version ID.

name
string
required

Coworld name.

version
string
required

Coworld version.

manifest
Manifest · object
required

Published Coworld manifest.

api_version
string
required

Coworld API version declared by the manifest.

schema_hash
string | null
required

Hash of the Coworld schema.

manifest_hash
string
required

SHA-256 hash of the published manifest.

size_bytes
integer
required

Manifest size in bytes.

canonical
boolean
required

Whether this is the canonical version for the Coworld name.