v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Blueprints

Update an integration blueprint by ID

Use this endpoint to update an integration blueprint by ID.

put/integration_blueprints/{integration_blueprint_id}

Path parameters

integration_blueprint_idinteger required

The unique ID of the integration blueprint.

Headers

x-oneflow-api-tokenstring required

The API key of your Oneflow account.

x-oneflow-user-emailstring email

The email address of a registered Oneflow user.

Request body

descriptionstring

The description of the integration blueprint.

enabledboolean

A flag to indicate if the integration blueprint is enabled.

namestring

The name of the integration blueprint.

Example request

{
  "description": "First integration blueprint.",
  "integration_blueprint_fields": [
    {
      "custom_id": "custom_id_integration_blueprint_field_1",
      "name": "First Integration Blueprint Field"
    }
  ],
  "name": "First Integration Blueprint"
}

Response

Returns the updated integration blueprint.

created_timestring datetime nullable
descriptionstring nullable
enabledboolean required
idinteger required
integration_idinteger nullable required
namestring required
updated_timestring datetime nullable