Skip to content

Commit

Permalink
edit example name
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-andreadao committed Oct 9, 2024
1 parent 12bf937 commit 654dd32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ The following mutation sets the name and values for an existing shared variant o
<Tabs items={['Request', 'Response']}>
<Tab>

```graphql filename="Example mutation: Set shared variant options at the global level" showLineNumbers copy
```graphql filename="Example mutation: Set shared variant options" showLineNumbers copy
POST https://api.bigcommerce.com/stores/{{STORE_HASH}}/graphql
X-Auth-Token: {{ACCESS_TOKEN}}
Content-Type: application/json
Expand Down Expand Up @@ -463,7 +463,7 @@ The following mutation sets the name and values for an existing shared variant o
</Tab>
<Tab>

```json filename="Example mutation: Set shared variant options at the global level" showLineNumbers copy
```json filename="Example mutation: Set shared variant options" showLineNumbers copy
{
"data": {
"sharedProductOptions": {
Expand Down

0 comments on commit 654dd32

Please sign in to comment.