AI Prompts REST Endpoints

AI Prompts
The hcmPrompts resource manages the prompts that are used with the AI framework.
Create a prompt
Method: post
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts
Delete a prompt
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts/{hcmPromptsUniqID}
Get a prompt
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts/{hcmPromptsUniqID}
Get all business objects
Method: post
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts/{hcmPromptsUniqID}/action/fetchBoHierarchy
Get all prompts
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts
Update a prompt
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/hcmPrompts/{hcmPromptsUniqID}