Skip to content

Commit b03441e

Browse files
committed
Update referenceUrl for chat and execute endpoints
Changed the referenceUrl for both chat and execute endpoint metadata to use '/reference#tag/ai/post/ai/chat' for consistency with updated API documentation.
1 parent e7eed99 commit b03441e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/portal/src/app/nebula/api-reference/chat/EndpointMetadata.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function EndpointMetadata() {
3030
method: "POST",
3131
origin: "https://nebula-api.thirdweb.com",
3232
path: "/chat",
33-
referenceUrl: "/reference#tag/ai/ai/chat",
33+
referenceUrl: "/reference#tag/ai/post/ai/chat",
3434
request: {
3535
queryParameters: [],
3636
bodyParameters: [

apps/portal/src/app/nebula/api-reference/execute/EndpointMetadata.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function EndpointMetadata() {
3636
method: "POST",
3737
origin: "https://nebula-api.thirdweb.com",
3838
path: "/execute",
39-
referenceUrl: "/reference#tag/ai/ai/execute",
39+
referenceUrl: "/reference#tag/ai/post/ai/chat",
4040
request: {
4141
queryParameters: [],
4242
bodyParameters: [

0 commit comments

Comments
 (0)