For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Preference Prompt

Get the current user's preference prompt.

get

Returns the saved preference prompt for the current resource owner, or 404 if none exists.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Responses
200

OK

promptstring · nullableOptional
dateModifiedstring · date-timeOptional
get/projects/user-prompt

Save the current user's preference prompt.

put

Creates or updates the preference prompt for the current resource owner and returns the saved value.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Body
promptstring · nullableOptional
Responses
200

OK

promptstring · nullableOptional
dateModifiedstring · date-timeOptional
put/projects/user-prompt

Last updated