Discovery set up
This commit is contained in:
@@ -120,6 +120,44 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{peer} models.peer'
|
||||
/distributed/{name}:
|
||||
get:
|
||||
tags:
|
||||
- distributed
|
||||
description: |-
|
||||
find peer by peerid
|
||||
<br>
|
||||
operationId: DistributedPeerController.Get
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
description: the peer id you want to get
|
||||
required: true
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{peer} models.peer'
|
||||
/distributed/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
- distributed
|
||||
description: |-
|
||||
search workspace
|
||||
<br>
|
||||
operationId: DistributedPeerController.Search
|
||||
parameters:
|
||||
- in: path
|
||||
name: search
|
||||
description: the word search you want to get
|
||||
required: true
|
||||
type: string
|
||||
- in: query
|
||||
name: is_draft
|
||||
description: "false"
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -183,6 +221,9 @@ tags:
|
||||
- name: oc-peer/controllersPeerController
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: distributed
|
||||
description: |
|
||||
Operations about workflow
|
||||
- name: version
|
||||
description: |
|
||||
VersionController operations for Version
|
||||
|
||||
Reference in New Issue
Block a user