action noosh_put_spec { label: "Update a specific Spec" description: "Update a specific Spec" provider: noosh method: PUT path: "/1.1/workgroups/{workgroup_id}/projects/{project_id}/specs/{spec_id}" encoding: json input: { type: "object" properties: { first_level_custom_fields: { description: "Java type: com.noosh.domain.nooshapi.persist.po.v1x1.V1x1ProperyPO" properties: { property_attributes: { type: "array" items: { description: "Java type: com.noosh.domain.nooshapi.persist.po.v1x1.V1x1SpecPamAndAttPO" properties: { attribute_id: { type: "integer" format: "int64" } attribute_value: { description: "Java type: java.lang.Object" type: "object" } label: { type: "string" } param_id: { type: "integer" format: "int64" } param_name: { type: "string" } } } } property_id: { type: "integer" format: "int64" } property_name: { type: "string" } } } header_custom_fields: { type: "object" additionalProperties: true } product_type_id: { type: "integer" format: "int64" } project_id: { type: "string" } quantity_1: { type: "integer" format: "int64" } quantity_2: { type: "integer" format: "int64" } quantity_3: { type: "integer" format: "int64" } quantity_4: { type: "integer" format: "int64" } quantity_5: { type: "integer" format: "int64" } second_level_custom_fields: { type: "array" items: { type: "object" additionalProperties: true } } sku: { type: "string" } spec_id: { type: "string" } spec_name: { type: "string" } spec_type_id: { type: "integer" format: "int64" } versions: { type: "array" items: { description: "Java type: com.noosh.domain.nooshapi.persist.vo.SpecVersionPersistVO" properties: { description: { type: "string" } qty: { type: "integer" format: "int64" } } } } workgroup_id: { type: "string" } } required: ["project_id", "spec_id", "workgroup_id"] additionalProperties: false } output: { description: "Java type: com.noosh.nooshapi.vo.SpecHTTPStatusVO" properties: { spec_id: { type: "integer" format: "int64" } spec_name: { type: "string" } status_code: { type: "integer" format: "int32" } status_reason: { type: "string" } } } }