Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Sep 16, 2024
1 parent 500ee5c commit 12e1931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/answersapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"schema": {
"type": "string"
},
"description": "The label or version number of the experience configuration to use. If omitted the PRODUCTION label will be used."
"description": "The label or version number of the experience configuration to use. Label options are `STAGING` or `PRODUCTION`. `STAGING` uses the Latest version of the configuration. If omitted the `PRODUCTION` label will be used."
},
"queryLocale": {
"name": "locale",
Expand Down
2 changes: 1 addition & 1 deletion yaml/answersapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ components:
required: false
schema:
type: string
description: The label or version number of the experience configuration to use. If omitted the PRODUCTION label will be used.
description: The label or version number of the experience configuration to use. Label options are `STAGING` or `PRODUCTION`. `STAGING` uses the Latest version of the configuration. If omitted the `PRODUCTION` label will be used.
queryLocale:
name: locale
in: query
Expand Down

0 comments on commit 12e1931

Please sign in to comment.