Batch Update Custom Log Type Objects

put

/api/restapi/customLogTypeObject/batch

Send a request to this endpoint to update custom log type objects. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityCustomLogTypeObjectInput>
Type: array
Title: List<ApiEntityCustomLogTypeObjectInput>
Show Source
  • ApiEntityCustomLogTypeObjectInput
    Title: ApiEntityCustomLogTypeObjectInput
    This entity represents a CustomLogTypeObject object, a unique CustomLogTypeObject object can be identified by the following combinations of the fields.
    • customLogTypeObjectId
    • customLogTypeObjectName,scope,scopeId
    • customLogTypeObjectName,scope,scopeCode,workspaceId
    • customLogTypeObjectName,scope,scopeCode,workspaceCode
Nested Schema : ApiEntityCustomLogTypeObjectInput
Type: object
Title: ApiEntityCustomLogTypeObjectInput
This entity represents a CustomLogTypeObject object, a unique CustomLogTypeObject object can be identified by the following combinations of the fields.
  • customLogTypeObjectId
  • customLogTypeObjectName,scope,scopeId
  • customLogTypeObjectName,scope,scopeCode,workspaceId
  • customLogTypeObjectName,scope,scopeCode,workspaceCode
Show Source
Nested Schema : appliesTo
Type: array
The list of code type assignments.
Show Source
Nested Schema : customLogTypeCodeTypes
Type: array
The code types associated with a custom log type object.
Show Source
Nested Schema : customLogUdfs
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityCustomLogEntityTypeInput
Type: object
Title: ApiEntityCustomLogEntityTypeInput
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • The system-generated identifier of custom log type object and entity association.
  • Allowed Values: [ "PROGRAM", "PROJECT" ]
    Indicates the type of object the custom log type object is associated to.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Nested Schema : ApiEntityCustomLogTypeCodeTypeInput
Type: object
Title: ApiEntityCustomLogTypeCodeTypeInput
Show Source
Nested Schema : ApiEntityCustomLogUdfInput
Type: object
Title: ApiEntityCustomLogUdfInput
Show Source
Examples

Back to Top

Response

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid Input.
Back to Top