From 654dd32257a879f2a17e95ae9503510323851576 Mon Sep 17 00:00:00 2001 From: bc-andreadao Date: Wed, 9 Oct 2024 12:13:54 -0700 Subject: [PATCH] edit example name --- .../catalog/graphql-admin/product-variant-options.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/store-operations/catalog/graphql-admin/product-variant-options.mdx b/docs/store-operations/catalog/graphql-admin/product-variant-options.mdx index d79a17c5c..77c7d7e1a 100644 --- a/docs/store-operations/catalog/graphql-admin/product-variant-options.mdx +++ b/docs/store-operations/catalog/graphql-admin/product-variant-options.mdx @@ -330,7 +330,7 @@ The following mutation sets the name and values for an existing shared variant o - ```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 @@ -463,7 +463,7 @@ The following mutation sets the name and values for an existing shared variant o - ```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": {