Add optional user_input_id UUID field to UserInput schema
18 days ago by ReadMe API
Changes
- Updated endpoints
- UserInput schema:
- Added optional
user_input_idfield (UUID) to support stable referencing of user input sessions.
- Added optional
- UserInput schema:
This update introduces the user_input_id UUID field as an optional property in the UserInput schema to provide a stable foreign key for external references, without breaking existing API compatibility.
