Clone an Event Type

post

/ic/api/integration/v1/eventTypes/{id}/clone

Clones the event type with the specified code and revision.

If the resource creation is successful, the response header contains the Location header that includes the location URL for the new resource created.

Request

Path Parameters
  • Event type composite identifier. The ID consists of the code and the revision separated by the | (vertical line) character. Format: code%7Crevision. Example: MY_EVENT_TYPE%7C1. When using cURL, substitute the %7C code for the vertical line.
Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation

400 Response

Bad request, missing required data

404 Response

Event type not found

500 Response

Server error
Back to Top