Skip to content

Commit

Permalink
Update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Oct 16, 2024
1 parent 9f13bb9 commit 3591ccf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions disperser/dataapi/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ const docTemplate = `{
"tags": [
"OperatorsInfo"
],
"summary": "Fetch list of operators that have been ejected over lookback days interval.",
"summary": "Fetch list of operator ejections over last N days.",
"parameters": [
{
"type": "integer",
Expand All @@ -546,7 +546,7 @@ const docTemplate = `{
},
{
"type": "string",
"description": "Operator ID",
"description": "Operator ID filter",
"name": "operator_id",
"in": "query"
}
Expand Down
4 changes: 2 additions & 2 deletions disperser/dataapi/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
"tags": [
"OperatorsInfo"
],
"summary": "Fetch list of operators that have been ejected over lookback days interval.",
"summary": "Fetch list of operator ejections over last N days.",
"parameters": [
{
"type": "integer",
Expand All @@ -542,7 +542,7 @@
},
{
"type": "string",
"description": "Operator ID",
"description": "Operator ID filter",
"name": "operator_id",
"in": "query"
}
Expand Down
4 changes: 2 additions & 2 deletions disperser/dataapi/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ paths:
in: query
name: days
type: integer
- description: Operator ID
- description: Operator ID filter
in: query
name: operator_id
type: string
Expand All @@ -655,7 +655,7 @@ paths:
description: 'error: Server error'
schema:
$ref: '#/definitions/dataapi.ErrorResponse'
summary: Fetch list of operators that have been ejected over lookback days interval.
summary: Fetch list of operator ejections over last N days.
tags:
- OperatorsInfo
/operators-info/operators-stake:
Expand Down

0 comments on commit 3591ccf

Please sign in to comment.