diff options
Diffstat (limited to 'rust/fatcat-api-spec/api.yaml')
-rw-r--r-- | rust/fatcat-api-spec/api.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/rust/fatcat-api-spec/api.yaml b/rust/fatcat-api-spec/api.yaml index b514da49..018b58e9 100644 --- a/rust/fatcat-api-spec/api.yaml +++ b/rust/fatcat-api-spec/api.yaml @@ -416,12 +416,6 @@ definitions: additionalProperties: {} role: type: string - stats_response: - type: object - properties: - extra: - type: object - additionalProperties: {} x-entity-responses: &ENTITYRESPONSES 400: @@ -1910,20 +1904,3 @@ paths: description: Generic Error schema: $ref: "#/definitions/error_response" - /stats: - get: - operationId: "get_stats" - parameters: - - name: more - in: query - type: string - required: false - responses: - 200: - description: Success - schema: - $ref: "#/definitions/stats_response" - 500: - description: Generic Error - schema: - $ref: "#/definitions/error_response" |