Skip to content

Commit 9103eed

Browse files
committed
Fix src/openapi/v7.* like MTC-30388 to avoid build error
1 parent eaf9968 commit 9103eed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/openapi/v7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17366,7 +17366,7 @@
1736617366
"type": "string"
1736717367
},
1736817368
"theme_name": {
17369-
"description": "If not specified, the default value is dynamically generated as 'Theme from <SiteName>', where <SiteName> represents the name of the site.",
17369+
"description": "If not specified, the default value is dynamically generated as 'Theme from (SiteName)', where (SiteName) represents the name of the site.",
1737017370
"type": "string"
1737117371
},
1737217372
"theme_version": {

src/openapi/v7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12252,7 +12252,7 @@ paths:
1225212252
description: 'Can only contain letters (a-z, A-Z), numbers (0-9), dashes (-), and underscores (_). Must start with a letter.'
1225312253
type: string
1225412254
theme_name:
12255-
description: "If not specified, the default value is dynamically generated as 'Theme from <SiteName>', where <SiteName> represents the name of the site."
12255+
description: "If not specified, the default value is dynamically generated as 'Theme from (SiteName)', where (SiteName) represents the name of the site."
1225612256
type: string
1225712257
theme_version:
1225812258
default: 1.0

0 commit comments

Comments
 (0)