Skip to main content
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/json

Path 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 updated Action / Attribute.

Errors

The body is malformed.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the write scope required for this route.
No attribute with that ID exists in your workspace.
Fini failed while updating the record in storage.