Update SoftwareComponentType PublishStatus
Update the publsh status of a given software component type.
Request
URI
PUT
https://{api_host}/software-service/api/softwarecomponenttypes/{id}/status
COPY
Path Parameters
string
The id of SoftwareComponentType.
Request Body
The PublishStatus.
string
of type(s)
application/json
Required
Responses
200
Success - return updated software component type info.
Returns
SoftwareComponentTypeInfo
of type(s)
*/*
{
"lastUpdated": "string",
"createdDate": "string",
"name": "string",
"tenantId": "string",
"description": "string",
"publishStatusName": "string",
"id": "string",
"version": 0,
"publishStatus": "string"
}
string As date-time
As date-time
lastUpdated
Optional
lastUpdated
string As date-time
As date-time
createdDate
Optional
createdDate
string
name
Optional
name
string
tenantId
Optional
tenantId
string
description
Optional
description
string
publishStatusName
Optional
publishStatusName
string
id
Optional
id
integer As int64
As int64
version
Optional
version
string
publishStatus
Required
publishStatus
Possible values are :
DRAFT,
PUBLISHED,
RETIRED,
400
Invalid publish status.
Operation doesn't return any data structure
403
Forbidden.
Operation doesn't return any data structure
404
Software component type not found.
Operation doesn't return any data structure
Api Operations
POST
Create SoftwareComponentType
DELETE
Delete SoftwareComponentType
POST
Get A set Of data for the specified object
GET
Get ScriptType
GET
Get ScriptType for file extension
GET
Get ScriptTypes
GET
Get SoftwareComponentType
GET
Get SoftwareComponentTypeInfos
GET
Get SoftwareRequestState
GET
Get SoftwareResourceRequest
POST
Get the permissible values Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
GET
Get the schema for the specified object
GET
Get the schema for the specified object class
GET
Get the schema for the specified object type
POST
Get the state Of A field In the specified schema
POST
Get the state Of A field In the specified schema
POST
Get the state Of A field In the specified schema
POST
Retrieves the list Of possible values for A given type Of object
POST
Retrieves the list Of possible values for A given type Of object
PUT
Update SoftwareComponentType
PUT
Update SoftwareComponentType PublishStatus