openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The cover message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
- 'false'
- in: query
name: hash
- description: >
+ description: |
The patch hash as a case-insensitive hexadecimal string, to filter by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The patch message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
- $ref: '#/components/schemas/PersonEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
uniqueItems: true
subject_match:
title: Subject match
- description: >
+ description: |
Regex to match the subject against if only part of emails sent to
the list belongs to this project. Will be used with IGNORECASE and
MULTILINE flags. If rules for more projects match the first one
maxLength: 2000
list_archive_url_format:
title: List archive URL format
- description: >
+ description: |
URL format for the list archive's Message-ID redirector. {} will be
replaced by the Message-ID.
type:
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
properties:
send_email:
title: Send email
- description: >
+ description: |
Whether Patchwork should send email on your behalf.
Only present and configurable for your account.
type: boolean
items_per_page:
title: Items per page
- description: >
+ description: |
Number of items to display per page (web UI).
Only present and configurable for your account.
type: integer
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
readOnly: true
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
{% if version >= (1, 2) %}
- in: query
name: msgid
- description: >
+ description: |
The cover message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
{% if version >= (1, 2) %}
- in: query
name: hash
- description: >
+ description: |
The patch hash as a case-insensitive hexadecimal string, to filter by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The patch message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
{% if version >= (1, 1) %}
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
{% if version >= (1, 1) %}
subject_match:
title: Subject match
- description: >
+ description: |
Regex to match the subject against if only part of emails sent to
the list belongs to this project. Will be used with IGNORECASE and
MULTILINE flags. If rules for more projects match the first one
maxLength: 2000
list_archive_url_format:
title: List archive URL format
- description: >
+ description: |
URL format for the list archive's Message-ID redirector. {} will be
replaced by the Message-ID.
type:
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
properties:
send_email:
title: Send email
- description: >
+ description: |
Whether Patchwork should send email on your behalf.
Only present and configurable for your account.
type: boolean
items_per_page:
title: Items per page
- description: >
+ description: |
Number of items to display per page (web UI).
Only present and configurable for your account.
type: integer
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
{% endif %}
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
readOnly: true
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
- $ref: '#/components/schemas/PersonEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
uniqueItems: true
subject_match:
title: Subject match
- description: >
+ description: |
Regex to match the subject against if only part of emails sent to
the list belongs to this project. Will be used with IGNORECASE and
MULTILINE flags. If rules for more projects match the first one
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
readOnly: true
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The cover message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
- 'false'
- in: query
name: hash
- description: >
+ description: |
The patch hash as a case-insensitive hexadecimal string, to filter by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The patch message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
- $ref: '#/components/schemas/PersonEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
uniqueItems: true
subject_match:
title: Subject match
- description: >
+ description: |
Regex to match the subject against if only part of emails sent to
the list belongs to this project. Will be used with IGNORECASE and
MULTILINE flags. If rules for more projects match the first one
maxLength: 2000
list_archive_url_format:
title: List archive URL format
- description: >
+ description: |
URL format for the list archive's Message-ID redirector. {} will be
replaced by the Message-ID.
type:
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
properties:
send_email:
title: Send email
- description: >
+ description: |
Whether Patchwork should send email on your behalf.
Only present and configurable for your account.
type: boolean
items_per_page:
title: Items per page
- description: >
+ description: |
Number of items to display per page (web UI).
Only present and configurable for your account.
type: integer
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
readOnly: true
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
openapi: '3.1.0'
info:
title: Patchwork API
- description: >
+ description: |
Patchwork is a web-based patch tracking system designed to facilitate the
contribution and management of contributions to an open-source project.
contact:
- $ref: '#/components/parameters/SinceFilter'
- in: query
name: project
- description: >
+ description: |
An ID or linkname of a project to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter cover letters by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The cover message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
parameters:
- in: path
name: id
- description: >
+ description: |
A unique integer value identifying the parent cover letter.
required: true
schema:
type: integer
- in: query
name: submitter
- description: >
+ description: |
An ID or email address of a person to filter patches by.
schema:
title: ''
type: string
- in: query
name: archived
- description: >
+ description: |
Show only archived (`true`) or non-archived (`false`) patches.
schema:
title: ''
- 'false'
- in: query
name: hash
- description: >
+ description: |
The patch hash as a case-insensitive hexadecimal string, to filter by.
schema:
title: ''
type: string
- in: query
name: msgid
- description: >
+ description: |
The patch message-id as a case-sensitive string, without leading or
trailing angle brackets, to filter by.
schema:
type: boolean
mbox:
title: Mbox
+ description: |
+ A URL to download the bundle in mbox format. Patches will be
+ ordered in the same order that they are defined in the bundle.
type: string
format: uri
readOnly: true
- fail
target_url:
title: Target URL
- description: >
+ description: |
The target URL to associate with this check. This should be
specific to the patch.
type:
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
- $ref: '#/components/schemas/PersonEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
- $ref: '#/components/schemas/UserEmbedded'
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
uniqueItems: true
subject_match:
title: Subject match
- description: >
+ description: |
Regex to match the subject against if only part of emails sent to
the list belongs to this project. Will be used with IGNORECASE and
MULTILINE flags. If rules for more projects match the first one
maxLength: 2000
list_archive_url_format:
title: List archive URL format
- description: >
+ description: |
URL format for the list archive's Message-ID redirector. {} will be
replaced by the Message-ID.
type:
$ref: '#/components/schemas/ProjectEmbedded'
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
type:
- $ref: '#/components/schemas/PersonEmbedded'
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
total:
title: Total
- description: >
+ description: |
Number of patches in series as indicated by the subject prefix(es).
type: integer
readOnly: true
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true
properties:
send_email:
title: Send email
- description: >
+ description: |
Whether Patchwork should send email on your behalf.
Only present and configurable for your account.
type: boolean
items_per_page:
title: Items per page
- description: >
+ description: |
Number of items to display per page (web UI).
Only present and configurable for your account.
type: integer
- fail
target_url:
title: Target url
- description: >
+ description: |
The target URL to associate with this check. This should be specific
to the patch.
readOnly: true
maxLength: 200
context:
title: Context
- description: >
+ description: |
A label to discern check from checks of other testing systems.
type: string
pattern: ^[-a-zA-Z0-9_]+$
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the cover letter in mbox format.
type: string
format: uri
readOnly: true
minLength: 1
mbox:
title: Mbox
+ description: |
+ A URL to download the patch in mbox format. Add the `series=*`
+ querystring parameter to include series dependencies in the mbox
+ file.
type: string
format: uri
readOnly: true
readOnly: true
name:
title: Name
- description: >
+ description: |
An optional name to associate with the series, e.g. "John's PCI
series".
readOnly: true
readOnly: true
version:
title: Version
- description: >
+ description: |
Version of series as indicated by the subject prefix(es).
type: integer
readOnly: true
mbox:
title: Mbox
+ description: |
+ A URL to download the series in mbox format.
type: string
format: uri
readOnly: true