Update a prompt
Updates an existing prompt with the provided details.
PUT
/prompt/
{uuid}
Authorization
api-key
<token>
This is a required API key. It must be included in the header of all requests in the format: api-key: value.
In: header
Request Body
application/json
Required[key: string]
any
instruction
object
input
unknown
output
unknown
metadata
object
Path Parameters
uuid
Requiredstring
UUID of the prompt to update
Format:
"uuid"
Successful response