Allow shared channel remotes endpoint to be filtered by confirmation status (#28213)

* Allow shared channel remotes endpoint to be filtered by confirmation status

* Adds tests
Этот коммит содержится в:
Miguel de la Cruz
2024-09-18 13:36:43 +02:00
коммит произвёл GitHub
родитель 70cb1934e9
Коммит 7a0019b63a
5 изменённых файлов: 77 добавлений и 17 удалений

Просмотреть файл

@@ -65,6 +65,16 @@
required: true
schema:
type: string
- name: include_unconfirmed
in: query
description: Include those Shared channel remotes that are unconfirmed
schema:
type: boolean
- name: exclude_confirmed
in: query
description: Show only those Shared channel remotes that are not confirmed yet
schema:
type: boolean
- name: exclude_home
in: query
description: Show only those Shared channel remotes that were shared with this server