Skip to content

Update Spa

PATCH
/v1/armada/simple_product_assignment/{spa_id}

Update a simple product assignment

Authorizations

Parameters

Path Parameters

spa_id
required

The simple product assignment ID

string format: uuid

The simple product assignment ID

Request Body required

This is a minimal assignment type that represents how we currently handle assignments, but should be improved upon in the future.

object
name

The name of the product that will be used directly by the deployment system. e.g., paladins, roco

string
>= 1 characters <= 256 characters
count

The number of instances of the product that will be used directly by the deployment system.

integer
host_id

The ID of the host this assignment is associated with

string format: uuid

Responses

200

Successful Response

This is a minimal assignment type that represents how we currently handle assignments, but should be improved upon in the future.

object
name
required

The name of the product that will be used directly by the deployment system. e.g., paladins, roco

string
>= 1 characters <= 256 characters
count
required

The number of instances of the product that will be used directly by the deployment system.

integer
host_id
required

The ID of the host this assignment is associated with

string format: uuid
simple_product_assignment_id
required
string format: uuid

422

Validation Error

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