Skip to content

Commit

Permalink
Merge pull request #655 from mysteriumnetwork/fix-tequila-docs
Browse files Browse the repository at this point in the history
tequila docs now reflect the fetchConnectCounts param
  • Loading branch information
vkuznecovas authored Jan 4, 2019
2 parents 37a805d + 9be9ef4 commit 86bc284
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tequilapi/endpoints/proposals.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,14 @@ func NewProposalsEndpoint(proposalProvider ProposalProvider, morqaClient metrics
// name: providerId
// description: id of provider proposals
// type: string
// parameters:
// - in: query
// name: serviceType
// description: the service type of the proposal
// type: string
// - in: query
// name: fetchConnectCounts
// description: if set to true, fetches the connection success metrics for nodes. False by default.
// type: boolean
// responses:
// 200:
// description: List of proposals
Expand Down

0 comments on commit 86bc284

Please sign in to comment.