Skip to content

Commit

Permalink
Fix sample URL in rest api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msm1992 authored and tharindu1st committed Sep 20, 2023
1 parent fb7f884 commit b321bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ info:
description: |
This API is used to generate K8s resources for an API.
version: 1.0.0
servers:
- url: https://api.am.wso2.com/apk/1.0.0
paths:
/apis/deploy:
post:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ info:
description: |
This document specifies a **RESTful API** for WSO2 **APK** - **Runtime Component**.
version: 1.0.0
servers:
- url: https://api.am.wso2.com/apk/1.0.0
paths:
/apis/generate-configuration:
post:
Expand Down

0 comments on commit b321bb7

Please sign in to comment.