Update Event Type (lawmatics_update-event-type)
Update an existing event type in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the events booked against it.
Tool Input
eventTypeIdstringrequired— ID of the event type to update; a numeric string(pattern: ^\d+$)
namestring— New event type name
durationinteger— New default event duration in minutes(> 0)
Tool Output
idstringrequired— Lawmatics event type ID
namestringrequired— Event type name
durationnumberrequired— Default event duration in minutes
createdAtstringrequired— When the event type was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the event type was last updated, as an ISO 8601 timestamp
relationshipsobjectrequired— JSON:API relationship pointers to related records as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get tool (e.g. type 'event' -> get-event).
eventsarrayrequired— Event pointers (type 'event') booked against this event type; empty if none
[]object
2 fields
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference; resolve it by calling that resource's own tool
Related Tools