keitaro-api-skill/references/schemas/DomainRequest.yaml

31 lines
728 B
YAML

type: object
properties:
name:
description: Domain name
type: string
default_campaign_id:
description: Run campaign on the domain
type: integer
group_id:
description: Group ID
type: string
catch_not_found:
description: Catch the traffic of non-existent URLs
type: boolean
default: false
notes:
description: Notes for the domain
type: string
ssl_redirect:
description: Force browsers to redirect from HTTP to HTTPS
type: boolean
default: false
allow_indexing:
description: Allow robots to index the domain content
type: boolean
default: true
admin_dashboard:
description: Allow access to admin dashboard
type: boolean
default: false