Skip to content

Commit

Permalink
Add enterprise only flag on banners graphql cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshill committed Sep 20, 2023
1 parent e57ea4e commit 9c83e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/apis/graphql/cookbooks/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ query getTimeScopedOrganizationAuditEvents{
}
```

## Create & delete system banners
## Create & delete system banners (enterprise only)

Create & delete system banners via the `organizationBannerUpsert` & `organizationBannerDelete` mutations.

Expand Down
2 changes: 1 addition & 1 deletion pages/team_management/system_banners.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ You can create a system banner programmatically via the GraphQL API.
Please review the GraphQL [cookbook] on instructions on how to create
a banner via the API.

[cookbook]: </docs/apis/graphql/cookbooks/organizations#create-and-delete-system-banners>
[cookbook]: </docs/apis/graphql/cookbooks/organizations#create-and-delete-system-banners-enterprise-only>

0 comments on commit 9c83e53

Please sign in to comment.