Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto authored and Federico Ceratto committed Aug 30, 2022
1 parent 615f1c1 commit c6bef4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions newapi/ooniapi/prio.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,15 @@ def show_countries_prioritization() -> Response:
---
produces:
- application/json
parameters:
- name: format
in: query
type: string
description: |
Output format, JSON (default) or CSV
enum:
- JSON
- CSV
responses:
200:
description: URL test list and debug data
Expand Down

0 comments on commit c6bef4c

Please sign in to comment.