Skip to content

Commit 90daf79

Browse files
authored
correct typos (#687)
1 parent 282e483 commit 90daf79

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

content/guides/ai-studio/ai-studio-agents/create-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
Make sure you have generated the developer token
2727
to authorize your app. See [getting started with Box AI][prereq]

content/guides/ai-studio/ai-studio-agents/delete-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

content/guides/ai-studio/ai-studio-agents/get-agent-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
agent 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

content/guides/ai-studio/ai-studio-agents/get-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
Make sure you have generated the developer token
2929
to authorize your app. See [getting started with Box AI Studio][getting-started]

content/guides/ai-studio/ai-studio-agents/update-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)