Edit File: whitelisted-crawlers.yaml
whitelisted-crawlers add: type: dict cli: users: - root help: Add whitelisted crawler schema: description: type: string nullable: false required: true help: Description of crawler domains: type: list nullable: false help: Domains to check required: true schema: type: string whitelisted-crawlers list: type: dict cli: users: - root help: List whitelisted crawlers schema: limit: type: integer default: 50 help: offset for pagination coerce: int offset: type: integer default: 0 help: limit for pagination coerce: int whitelisted-crawlers delete: type: dict cli: users: - root help: Delete whitelisted crawlers schema: ids: type: list required: true help: IDs of crawlers to delete positional: true schema: type: integer coerce: int
Back to File Manager