v1
latestOpenAPI 3.0.02026-07-24115101.2 MBBlueprints
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
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.