v1
latestSwagger 2.02026-07-13107214235.7 KBSpec
Create a Spec
Create a Spec
post/v1/workgroups/{workgroup_id}/projects/{project_id}/specs
Path parameters
workgroup_idstring required
project_idstring required
Request body
Example request
{
"sku": "sample sku",
"spec_name": "sample spec_name",
"versions": [
{
"description": "sample description"
}
]
}Response
Successful created
Example response
{
"status_reason": "sample status_reason"
}