File tree Expand file tree Collapse file tree
content/guides/ai-studio/ai-studio-agents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ Box AI Studio is available only for Enterprise Advanced accounts.
1717
1818</Message >
1919
20- The ` POST/2.0/ai_agents ` endpoint allows you to create a new, custom [ AI agent] [ agents ] .
20+ The ` POST /2.0/ai_agents ` endpoint allows you to create a new, custom [ AI agent] [ agents ] .
2121
2222## Send a request
2323
24- To send a request, use the ` POST/2.0/ai_agents ` endpoint.
24+ To send a request, use the ` POST /2.0/ai_agents ` endpoint.
2525
2626Make sure you have generated the developer token
2727to authorize your app. See [ getting started with Box AI] [ prereq ]
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ related_guides:
1111
1212# Delete AI agent
1313
14- The ` DELETE/2.0/ai_agents/{id} ` endpoint allows you to delete a custom AI agent based on its ID.
14+ The ` DELETE /2.0/ai_agents/{id} ` endpoint allows you to delete a custom AI agent based on its ID.
1515
1616## Send a request
1717
18- To send a request, use the ` DELETE/2.0/ai_agents/{id} ` endpoint.
18+ To send a request, use the ` DELETE /2.0/ai_agents/{id} ` endpoint.
1919
2020<Samples id =' delete-ai-agents-id ' />
2121
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ related_guides:
1111
1212# Get AI agent by ID
1313
14- The ` GET/2.0/ai_agents/{id} ` endpoint allows you to list a specific AI
14+ The ` GET /2.0/ai_agents/{id} ` endpoint allows you to list a specific AI
1515agent by the ` agent_id ` parameter.
1616
1717## Send a request
1818
19- To send a request, use the ` GET/2.0/ai_agents/{id} ` endpoint.
19+ To send a request, use the ` GET /2.0/ai_agents/{id} ` endpoint.
2020
2121<Samples id =' get-ai-agents-id ' />
2222
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Box AI Studio is available only for Enterprise Advanced accounts.
1919
2020## List all AI agents
2121
22- The ` GET/2.0/ai_agents ` endpoint allows you to list all AI agents based on the provided parameters.
22+ The ` GET /2.0/ai_agents ` endpoint allows you to list all AI agents based on the provided parameters.
2323
2424### Send a request
2525
26- To send a request, use the ` GET/2.0/ai_agents ` endpoint.
26+ To send a request, use the ` GET /2.0/ai_agents ` endpoint.
2727
2828Make sure you have generated the developer token
2929to authorize your app. See [ getting started with Box AI Studio] [ getting-started ]
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ related_guides:
1111
1212# Update AI agent
1313
14- The ` PUT/2.0/ai_agents/{id} ` endpoint allows you to update a custom AI agent based on its ID.
14+ The ` PUT /2.0/ai_agents/{id} ` endpoint allows you to update a custom AI agent based on its ID.
1515
1616## Send a request
1717
18- To send a request, use the ` PUT/2.0/ai_agents/{id} ` endpoint.
18+ To send a request, use the ` PUT /2.0/ai_agents/{id} ` endpoint.
1919
2020<Samples id =' put-ai-agents_id ' />
2121
You can’t perform that action at this time.
0 commit comments