cURL
curl --request PUT \ --url https://api.pulze.ai/v1/prompts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>", "title": "<string>", "description": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "prompt": "<string>", "title": "<string>", "description": "<string>", "added_on": "2023-11-07T05:31:56Z", "modified_on": "2023-11-07T05:31:56Z", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tokens": 123, "published_on": "2023-11-07T05:31:56Z", "reviewed_on": "2023-11-07T05:31:56Z", "approved_on": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "decline_reason": "<string>" }
Update Prompt’s properties: prompt, title, description, tokens
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 60
1 - 200
Successful Response
Reason for decline
Was this page helpful?