Skip to content

Commit baf181d

Browse files
authored
nit(api): Update Publish API Instructions (#10971)
1 parent 5f365f4 commit baf181d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/application/api/public.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class OrganizationTeamsEndpoint(...):
156156

157157
@extend_schema(
158158
operation_id="Create a New Team",
159-
parameters=[GlobalParams.ORG_SLUG],
159+
parameters=[GlobalParams.ORG_ID_OR_SLUG],
160160
request=TeamPostSerializer,
161161
responses={
162162
201: TeamSerializer,

0 commit comments

Comments
 (0)