Update PromptAsk AIpatch https://preview.threekit.com/api/prompts/{id}Update a prompt by its ID or Custom ID.Path ParamsidThreekit UUIDCustom IDrequiredThis can be either the Threekit UUID or the user-defined custom ID.Query Paramsbearer_tokenuuidrequiredPublic or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.Body Paramsnamestringlength between 1 and 255A unique user-defined name for the entity.customIdstring | nullDefaults to nullA unique, user-defined identifier. Can only contain alphanumeric characters, hyphens, underscores and colons.descriptionstringlength ≤ 2500A description for the promptpublishedVersionnumber≥ 1The version number of the published prompt.Responses 200200 OK 404404 409409 422422Updated about 1 year ago