Update a Custom Log Type Object

put

/api/restapi/customLogTypeObject

Send a request to this endpoint to update a custom log type object. An application object with an ID value that matches the ID value provided in the JSON object in the request body 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 : 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

204 Response

Successful operation with no content.

400 Response

Invalid Input.
Back to Top