update project

The update project API sends a PUT request to update the project's name, description and technology view in the UI (if it's a regular open API project, db poller, file, or reverse api).

Prerequisites: The caller must supply the project id.

Authorization: API key

Input parameters:

NameDescriptionFormat
idProject idUUID
nameProject nameString
descriptionProject descriptionString
technologyProject technology. Set of options currently supported in OL Hub project:
HTTP, IBM_MQ, KAFKA, DB_POLLER, CORBA, SFTP, ACTIVE_MQ, SOAP, REVERSE
APIEnrichmentType

Output:

HTTP Status: 204 No Content

Example:

{
    "id": "36336199-117d-49a9-8627-e31f852cae27",
    "name": "new_name",
    "modifiedAt": "2021-07-18T15:37:16.561503Z",
    "modifiedBy": "local dev",
    "description": "very crazy 2",
    "createdAt": "2021-07-18T15:34:53.124612Z"
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!