Update attribute
Attributes
Update attribute
Update an attribute, including its input and output schema.
PATCH
Update attribute
Updates one
Attribute. This is where you set the inputSchema and outputSchema, including the per-field sendToLlm (“Visible to AI”) flag that controls which resolved values the agent can see.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.string
required
application/jsonPath parameters
string
required
Attribute ID to update.
Body parameters
All fields are optional. Send only what you want to change.string
Updated display name.
string
Updated description.
boolean
Send
false to convert the attribute into a rule-invoked action.InputSchemaField[]
Typed inputs. See InputSchemaField.
OutputSchemaField[]
Typed outputs. See OutputSchemaField. Set
sendToLlm per field to control “Visible to AI”.Response
Returns the updatedAction / Attribute.
Errors
400 Bad Request
400 Bad Request
The body is malformed.
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.404 Not Found
404 Not Found
No attribute with that ID exists in your workspace.
500 Internal Server Error
500 Internal Server Error
Fini failed while updating the record in storage.

