Skip to content

Commit fcd4d8d

Browse files
chore(endpoints): step 1 add new region tag (#10015)
1 parent ea70f4a commit fcd4d8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START endpoints_swagger_yaml_java]
1516
# [START swagger]
1617
swagger: "2.0"
1718
info:
@@ -20,6 +21,7 @@ info:
2021
version: "1.0.0"
2122
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
2223
# [END swagger]
24+
# [END endpoints_swagger_yaml_java]
2325
consumes:
2426
- "application/json"
2527
produces:

0 commit comments

Comments
 (0)