summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 062be9d94..924dcffdb 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -1289,6 +1289,11 @@ definitions:
format: uint8
type: integer
x-go-name: Priority
+ remove_retracted:
+ description: If true, then when a list is processed, if the list does *not* contain entries that it *did* contain previously, ie., retracted entries, then domain permissions corresponding to those entries will be removed. If false, they will just be orphaned instead.
+ example: true
+ type: boolean
+ x-go-name: RemoveRetracted
successfully_fetched_at:
description: Time of the most recent successful fetch (ISO 8601 Datetime).
example: "2021-07-30T09:20:25+00:00"
@@ -6751,6 +6756,11 @@ paths:
in: formData
name: adopt_orphans
type: boolean
+ - default: true
+ description: If true, then when a list is processed, if the list does *not* contain entries that it *did* contain previously, ie., retracted entries, then domain permissions corresponding to those entries will be removed. If false, they will just be orphaned instead.
+ in: formData
+ name: remove_retracted
+ type: boolean
- description: URI to call in order to fetch the permissions list.
in: formData
name: uri
@@ -6830,6 +6840,11 @@ paths:
in: formData
name: adopt_orphans
type: boolean
+ - default: true
+ description: If true, then when a list is processed, if the list does *not* contain entries that it *did* contain previously, ie., retracted entries, then domain permissions corresponding to those entries will be removed. If false, they will just be orphaned instead.
+ in: formData
+ name: remove_retracted
+ type: boolean
- description: MIME content type to use when parsing the permissions list. One of "text/plain", "text/csv", and "application/json".
in: formData
name: content_type