Skip to content

Commit

Permalink
Merge pull request #3832 from jinlinGuan/issue-3828
Browse files Browse the repository at this point in the history
docs: Add path field to support-scheduler intervalAction API example
  • Loading branch information
cloudxxx8 authored Nov 29, 2021
2 parents b2bbeb2 + 8b40f19 commit c538436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/v2/support-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ components:
host: "192.168.0.102"
port: 8080
httpMethod: "GET"
path: "/api/v2/ping"
content:
description: "The actual content to be sent as the body"
type: string
Expand Down Expand Up @@ -229,6 +230,7 @@ components:
host: "192.168.0.102"
port: 8080
httpMethod: "GET"
path: "/api/v2/ping"
content:
description: "The actual content to be sent as the body"
type: string
Expand Down Expand Up @@ -531,6 +533,7 @@ components:
host: "192.168.0.102"
port: 8080
httpMethod: "GET"
path: "/api/v2/ping"
adminState: "UNLOCKED"
- created: 1634280525302
modified: 1634280525302
Expand All @@ -542,6 +545,7 @@ components:
host: "192.168.0.102"
port: 8080
httpMethod: "GET"
path: "/api/v2/test"
adminState: "UNLOCKED"
paths:
/interval:
Expand Down

0 comments on commit c538436

Please sign in to comment.