Whether actions must be pinned to a full-length commit SHA.
" } ], "progAccess": { @@ -4459,7 +4470,8 @@ "acceptHeader": "application/vnd.github.v3+json", "bodyParameters": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true }, "parameters": { "org": "ORG" @@ -8328,7 +8340,8 @@ "example": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true }, "schema": { "type": "object", @@ -8349,6 +8362,10 @@ "selected_actions_url": { "type": "string", "description": "The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -8412,6 +8429,12 @@ "local_only", "selected" ] + }, + { + "type": "boolean", + "name": "sha_pinning_required", + "in": "body", + "description": "Whether actions must be pinned to a full-length commit SHA.
" } ], "progAccess": { @@ -8433,7 +8456,8 @@ "acceptHeader": "application/vnd.github.v3+json", "bodyParameters": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true }, "parameters": { "owner": "OWNER", @@ -46559,6 +46583,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -50407,6 +50539,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -54249,6 +54489,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -58089,6 +58437,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -61915,6 +62371,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -65765,6 +66329,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -69591,6 +70263,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -73428,6 +74208,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -77265,6 +78153,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -248364,9 +249360,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", "schema": { "type": "string" } @@ -291245,6 +292241,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -294484,6 +295588,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -297645,6 +298857,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -300739,6 +302059,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -303799,6 +305227,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -303986,6 +305522,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] }, "parameters": { @@ -306932,6 +308482,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -310356,6 +312014,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -313785,6 +315551,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -316837,6 +318711,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -324611,6 +326593,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -329412,6 +331502,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -345409,6 +347607,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -348470,6 +350776,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -351536,6 +353950,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -354618,6 +357140,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -361464,6 +364094,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -364530,6 +367268,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -367592,6 +370438,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -370668,6 +373622,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -384231,6 +387293,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -384718,6 +387888,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -426151,7 +429328,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -427411,7 +430588,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Whether actions must be pinned to a full-length commit SHA.
" } ], "progAccess": { @@ -6736,7 +6747,8 @@ "acceptHeader": "application/vnd.github.v3+json", "bodyParameters": { "enabled_organizations": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true }, "parameters": { "enterprise": "ENTERPRISE" @@ -8114,7 +8126,8 @@ "example": { "enabled_repositories": "all", "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions", + "sha_pinning_required": true }, "schema": { "type": "object", @@ -8144,6 +8157,10 @@ "selected_actions_url": { "type": "string", "description": "The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -8203,6 +8220,12 @@ "local_only", "selected" ] + }, + { + "type": "boolean", + "name": "sha_pinning_required", + "in": "body", + "description": "Whether actions must be pinned to a full-length commit SHA.
" } ], "progAccess": { @@ -8224,7 +8247,8 @@ "acceptHeader": "application/vnd.github.v3+json", "bodyParameters": { "enabled_repositories": "all", - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true }, "parameters": { "org": "ORG" @@ -12097,7 +12121,8 @@ "example": { "enabled": true, "allowed_actions": "selected", - "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions" + "selected_actions_url": "https://api.github.com/repositories/42/actions/permissions/selected-actions", + "sha_pinning_required": true }, "schema": { "type": "object", @@ -12118,6 +12143,10 @@ "selected_actions_url": { "type": "string", "description": "The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` is set to `selected`." + }, + "sha_pinning_required": { + "type": "boolean", + "description": "Whether actions must be pinned to a full-length commit SHA." } }, "required": [ @@ -12181,6 +12210,12 @@ "local_only", "selected" ] + }, + { + "type": "boolean", + "name": "sha_pinning_required", + "in": "body", + "description": "Whether actions must be pinned to a full-length commit SHA.
" } ], "progAccess": { @@ -12202,7 +12237,8 @@ "acceptHeader": "application/vnd.github.v3+json", "bodyParameters": { "enabled": true, - "allowed_actions": "selected" + "allowed_actions": "selected", + "sha_pinning_required": true }, "parameters": { "owner": "OWNER", @@ -55777,6 +55813,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -59625,6 +59769,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -63467,6 +63719,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -67307,6 +67667,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -71133,6 +71601,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -74983,6 +75559,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -78809,6 +79493,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -82646,6 +83438,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -86483,6 +87383,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -264472,9 +265480,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", "schema": { "type": "string" } @@ -286733,7 +287741,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -286747,6 +287756,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -287318,7 +288333,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -287332,6 +288348,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -296261,7 +297283,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
Sets the GitHub Actions cache usage policy for an enterprise.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Sets the GitHub Actions cache usage policy for an enterprise.
\nOAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Deletes one or more GitHub Actions caches for a repository, using a complete cache key. By default, all caches that match the provided key are deleted, but you can optionally provide a Git ref to restrict deletions to caches that match both the provided key and the Git ref.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Deletes one or more GitHub Actions caches for a repository, using a complete cache key. By default, all caches that match the provided key are deleted, but you can optionally provide a Git ref to restrict deletions to caches that match both the provided key and the Git ref.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Gets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nYou must authenticate using an access token with the admin:org
scope to use this endpoint. GitHub Apps must have the administration
organization permission to use this API.
OK
" } - ] + ], + "descriptionHTML": "Gets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nYou must authenticate using an access token with the admin:org
scope to use this endpoint. GitHub Apps must have the administration
organization permission to use this API.
Sets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nIf the organization belongs to an enterprise that has set restrictive permissions at the enterprise level, such as allowed_actions
to selected
actions, then you cannot override them for the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Sets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nIf the organization belongs to an enterprise that has set restrictive permissions at the enterprise level, such as allowed_actions
to selected
actions, then you cannot override them for the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Sets the actions that are allowed in an organization. To use this endpoint, the organization permission policy for allowed_actions
must be configured to selected
. For more information, see \"Set GitHub Actions permissions for an organization.\"
If the organization belongs to an enterprise that has selected
actions set at the enterprise level, then you cannot override any of the enterprise's allowed actions settings.
To use the patterns_allowed
setting for private repositories, the organization must belong to an enterprise. If the organization does not belong to an enterprise, then the patterns_allowed
setting only applies to public repositories in the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Sets the actions that are allowed in an organization. To use this endpoint, the organization permission policy for allowed_actions
must be configured to selected
. For more information, see \"Set GitHub Actions permissions for an organization.\"
If the organization belongs to an enterprise that has selected
actions set at the enterprise level, then you cannot override any of the enterprise's allowed actions settings.
To use the patterns_allowed
setting for private repositories, the organization must belong to an enterprise. If the organization does not belong to an enterprise, then the patterns_allowed
setting only applies to public repositories in the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Gets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository.\nThis endpoint only applies to internal and private repositories.\nFor more information, see \"Allowing access to components in a private repository\" and\n\"Allowing access to components in an internal repository.\"
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Gets the level of access that workflows outside of the repository have to actions and reusable workflows in the repository.\nThis endpoint only applies to internal and private repositories.\nFor more information, see \"Allowing access to components in a private repository\" and\n\"Allowing access to components in an internal repository.\"
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Lists all secrets available in an organization without revealing their\nencrypted values.
\nAuthenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
OK
" } - ] + ], + "descriptionHTML": "Lists all secrets available in an organization without revealing their\nencrypted values.
\nAuthenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Gets your public key, which you need to encrypt secrets. You need to\nencrypt a secret before you can create or update secrets.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Gets your public key, which you need to encrypt secrets. You need to\nencrypt a secret before you can create or update secrets.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Lists all self-hosted runner groups configured in an organization and inherited from an enterprise.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists all self-hosted runner groups configured in an organization and inherited from an enterprise.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Lists self-hosted runners that are in a specific organization group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists self-hosted runners that are in a specific organization group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Replaces the list of self-hosted runners that are part of an organization runner group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Replaces the list of self-hosted runners that are part of an organization runner group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Returns a token that you can pass to the config
script. The token expires after one hour.
Example using registration token:
\nConfigure your self-hosted runner, replacing TOKEN
with the registration token provided by this endpoint.
./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Created
" } - ] + ], + "descriptionHTML": "Returns a token that you can pass to the config
script. The token expires after one hour.
Example using registration token:
\nConfigure your self-hosted runner, replacing TOKEN
with the registration token provided by this endpoint.
./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Lists all self-hosted runners configured in an organization.
\nAuthenticated users must have admin access to the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
OK
" } - ] + ], + "descriptionHTML": "Lists all self-hosted runners configured in an organization.
\nAuthenticated users must have admin access to the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Lists all self-hosted runners configured in a repository.
\nAuthenticated users must have admin access to the repository to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists all self-hosted runners configured in a repository.
\nAuthenticated users must have admin access to the repository to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Lists binaries for the runner application that you can download and run.
\nAuthenticated users must have admin access to the repository to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists binaries for the runner application that you can download and run.
\nAuthenticated users must have admin access to the repository to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Adds custom labels to a self-hosted runner configured in a repository.
\nAuthenticated users must have admin access to the organization to use this endpoint.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Validation failed, or the endpoint has been spammed.
" } - ] + ], + "descriptionHTML": "Adds custom labels to a self-hosted runner configured in a repository.
\nAuthenticated users must have admin access to the organization to use this endpoint.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Lists all repository variables.
\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists all repository variables.
\nAuthenticated users must have collaborator access to a repository to create, update, or read variables.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Gets a specific job in a workflow run.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Gets a specific job in a workflow run.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Enables an authenticated GitHub App to find the organization's installation information.
\nYou must use a JWT to access this endpoint.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Enables an authenticated GitHub App to find the organization's installation information.
\nYou must use a JWT to access this endpoint.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -103421,7 +104393,6 @@ } ], "previews": [], - "descriptionHTML": "List repositories that an app installation can access.
", "statusCodes": [ { "httpStatusCode": "200", @@ -103439,7 +104410,8 @@ "httpStatusCode": "403", "description": "Forbidden
" } - ] + ], + "descriptionHTML": "List repositories that an app installation can access.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -103472,13 +104444,13 @@ } ], "previews": [], - "descriptionHTML": "Revokes the installation token you're using to authenticate as an installation and access this endpoint.
\nOnce an installation token is revoked, the token is invalidated and cannot be used. Other endpoints that require the revoked installation token must have a new installation token to work. You can create a new token using the \"Create an installation access token for an app\" endpoint.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Revokes the installation token you're using to authenticate as an installation and access this endpoint.
\nOnce an installation token is revoked, the token is invalidated and cannot be used. Other endpoints that require the revoked installation token must have a new installation token to work. You can create a new token using the \"Create an installation access token for an app\" endpoint.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -117775,7 +118747,6 @@ } ], "previews": [], - "descriptionHTML": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository.
", "statusCodes": [ { "httpStatusCode": "200", @@ -117789,7 +118760,8 @@ "httpStatusCode": "422", "description": "The branch could not be synced for some other reason
" } - ] + ], + "descriptionHTML": "Sync a branch of a forked repository to keep it up-to-date with the upstream repository.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -129470,7 +130442,6 @@ } ], "previews": [], - "descriptionHTML": "Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.
\nLists who has access to this protected branch.
\nNote
\n\nUsers, apps, and teams restrictions
are only available for organization-owned repositories.
Resource not found
" } - ] + ], + "descriptionHTML": "Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.
\nLists who has access to this protected branch.
\nNote
\n\nUsers, apps, and teams restrictions
are only available for organization-owned repositories.
No Content
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -187163,13 +188135,13 @@ } ], "previews": [], - "descriptionHTML": "Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Replaces all repositories for an organization secret when the visibility
\nfor repository access is set to selected
. The visibility is set when you Create\nor update an organization secret.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Replaces all repositories for an organization secret when the visibility
\nfor repository access is set to selected
. The visibility is set when you Create\nor update an organization secret.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Gets an enabled custom deployment protection rule for an environment. Anyone with read access to the repository can use this endpoint. For more information about environments, see \"Using environments for deployment.\"
\nFor more information about the app that is providing this custom deployment rule, see GET /apps/{app_slug}
.
OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint with a private repository.
OK
" } - ] + ], + "descriptionHTML": "Gets an enabled custom deployment protection rule for an environment. Anyone with read access to the repository can use this endpoint. For more information about environments, see \"Using environments for deployment.\"
\nFor more information about the app that is providing this custom deployment rule, see GET /apps/{app_slug}
.
OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint with a private repository.
OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -201934,13 +202906,13 @@ } ], "previews": [], - "descriptionHTML": "Removes the global announcement banner in your enterprise.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Removes the global announcement banner in your enterprise.
" } ], "audit-log": [ @@ -203187,13 +204159,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "201", "description": "Created
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -208539,13 +209511,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -210592,13 +211564,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -210784,13 +211756,13 @@ } ], "previews": [], - "descriptionHTML": "List all pre-receive hooks that are enabled or testing for this repository as well as any disabled hooks that are allowed to be enabled at the repository level. Pre-receive hooks that are disabled at a higher level and are not configurable will not be listed.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "List all pre-receive hooks that are enabled or testing for this repository as well as any disabled hooks that are allowed to be enabled at the repository level. Pre-receive hooks that are disabled at a higher level and are not configurable will not be listed.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -241147,6 +242119,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -244380,6 +245460,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -247535,6 +248723,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -250623,6 +251919,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -253677,6 +255081,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -253864,6 +255376,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] }, "parameters": { @@ -256804,6 +258330,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -260222,6 +261856,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -263645,6 +265387,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -266691,6 +268541,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -269450,13 +271408,13 @@ } ], "previews": [], - "descriptionHTML": "You can use the REST API to delete comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "You can use the REST API to delete comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -274429,6 +276387,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -279218,6 +281284,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -293935,13 +296109,13 @@ } ], "previews": [], - "descriptionHTML": "Lists labels for issues in a milestone.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Lists labels for issues in a milestone.
" } ], "milestones": [ @@ -309300,6 +311474,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -309780,6 +312062,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -337437,13 +339726,13 @@ } ], "previews": [], - "descriptionHTML": "List public organization memberships for the specified user.
\nThis method only lists public memberships, regardless of authentication. If you need to fetch all of the organization memberships (public and private) for the authenticated user, use the List organizations for the authenticated user API instead.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "List public organization memberships for the specified user.
\nThis method only lists public memberships, regardless of authentication. If you need to fetch all of the organization memberships (public and private) for the authenticated user, use the List organizations for the authenticated user API instead.
" } ], "custom-properties": [ @@ -338355,7 +340644,6 @@ } ], "previews": [], - "descriptionHTML": "Creates a new or updates an existing custom property that is defined for an organization.
\nTo use this endpoint, the authenticated user must be one of:
\ncustom_properties_org_definitions_manager
in the organization.Resource not found
" } - ] + ], + "descriptionHTML": "Creates a new or updates an existing custom property that is defined for an organization.
\nTo use this endpoint, the authenticated user must be one of:
\ncustom_properties_org_definitions_manager
in the organization.Members of an organization can choose to have their membership publicized or not.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Members of an organization can choose to have their membership publicized or not.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -342560,13 +344849,13 @@ } ], "previews": [], - "descriptionHTML": "Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -351466,7 +353755,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -352514,7 +354803,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Lists all packages that are in a specific organization, are readable by the requesting user, and that encountered a conflict during a Docker migration.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint.
Forbidden
" } - ] + ], + "descriptionHTML": "Lists all packages that are in a specific organization, are readable by the requesting user, and that encountered a conflict during a Docker migration.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint.
Gets a specific package version in an organization.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint. For more information, see \"About permissions for GitHub Packages.\"
OK
" } - ] + ], + "descriptionHTML": "Gets a specific package version in an organization.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint. For more information, see \"About permissions for GitHub Packages.\"
Gets information about a GitHub Enterprise Server Pages build.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Gets information about a GitHub Enterprise Server Pages build.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Create a reaction to an issue comment. A response with an HTTP 200
status means that you already added the reaction type to this issue comment.
Validation failed, or the endpoint has been spammed.
" } - ] + ], + "descriptionHTML": "Create a reaction to an issue comment. A response with an HTTP 200
status means that you already added the reaction type to this issue comment.
Note
\n\nYou can also specify a repository by repository_id
using the route DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id
.
Delete a reaction to a release.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Note
\n\nYou can also specify a repository by repository_id
using the route DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id
.
Delete a reaction to a release.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -431935,6 +434224,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -432446,7 +434742,6 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API.
\nInformation about published releases are available to everyone. Only users with push access will receive listings for draft releases.
", "statusCodes": [ { "httpStatusCode": "200", @@ -432456,7 +434751,8 @@ "httpStatusCode": "404", "description": "Resource not found
" } - ] + ], + "descriptionHTML": "This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API.
\nInformation about published releases are available to everyone. Only users with push access will receive listings for draft releases.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -432759,6 +435055,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -433638,6 +435941,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -434396,6 +436706,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -435157,6 +437474,13 @@ ], "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "author": { "title": "Simple User", "description": "A GitHub user.", @@ -435667,7 +437991,6 @@ } ], "previews": [], - "descriptionHTML": "Gets a public release with the specified release ID.
\nNote
\n\nThis returns an upload_url
key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource. For more information, see \"Getting started with the REST API.\"
Unauthorized
" } - ] + ], + "descriptionHTML": "Gets a public release with the specified release ID.
\nNote
\n\nThis returns an upload_url
key corresponding to the endpoint for uploading release assets. This key is a hypermedia resource. For more information, see \"Getting started with the REST API.\"
Disables dependency alerts for a repository.\nThe authenticated user must have admin access to the repository. For more information,\nsee \"About security alerts for vulnerable dependencies\".
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Disables dependency alerts for a repository.\nThe authenticated user must have admin access to the repository. For more information,\nsee \"About security alerts for vulnerable dependencies\".
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -482053,7 +484384,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -483110,7 +485441,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
This will trigger the hook with the latest push to the current repository if the hook is subscribed to push
events. If the hook is not subscribed to push
events, the server will respond with 204 but no test POST will be generated.
Note
\n\nPreviously /repos/:owner/:repo/hooks/:hook_id/test
Resource not found
" } - ] + ], + "descriptionHTML": "This will trigger the hook with the latest push to the current repository if the hook is subscribed to push
events. If the hook is not subscribed to push
events, the server will respond with 204 but no test POST will be generated.
Note
\n\nPreviously /repos/:owner/:repo/hooks/:hook_id/test
List all comments on a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "List all comments on a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Get a specific comment on a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments/{comment_number}
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Get a specific comment on a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments/{comment_number}
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Edits the body text of a discussion comment.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route PATCH /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments/{comment_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Edits the body text of a discussion comment.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route PATCH /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}/comments/{comment_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new List discussion comments endpoint.
\nList all comments on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Delete a discussion comment endpoint.
\nDeletes a comment on a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Delete a discussion from a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route DELETE /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Delete a discussion from a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route DELETE /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Lists a connection between a team and an external group.
\nYou can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see \"GitHub's products\" in the GitHub Help documentation.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Lists a connection between a team and an external group.
\nYou can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see \"GitHub's products\" in the GitHub Help documentation.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -527860,13 +530299,13 @@ } ], "previews": [], - "descriptionHTML": "Deletes a connection between a team and an external group.
\nYou can manage team membership with your IdP using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "Deletes a connection between a team and an external group.
\nYou can manage team membership with your IdP using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
" } ], "members": [ diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index 4df2c310d4eb..b832b39298f2 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -1000,13 +1000,13 @@ } ], "previews": [], - "descriptionHTML": "Gets the total GitHub Actions cache usage for an enterprise.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nOAuth tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Gets the total GitHub Actions cache usage for an enterprise.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nOAuth tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Gets the GitHub Actions cache usage policy for an enterprise.
\nOAuth tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets the GitHub Actions cache usage policy for an enterprise.
\nOAuth tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Gets the total GitHub Actions cache usage for an organization.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nOAuth tokens and personal access tokens (classic) need the read:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets the total GitHub Actions cache usage for an organization.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nOAuth tokens and personal access tokens (classic) need the read:org
scope to use this endpoint.
Gets GitHub Actions cache usage for a repository.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets GitHub Actions cache usage for a repository.\nThe data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
\nAnyone with read access to the repository can use this endpoint.
\nIf the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Sets GitHub Actions cache usage policy for a repository.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Sets GitHub Actions cache usage policy for a repository.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Deletes a GitHub Actions cache for a repository, using a cache ID.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Deletes a GitHub Actions cache for a repository, using a cache ID.
\nOAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Sets the default workflow permissions granted to the GITHUB_TOKEN
when running workflows in an enterprise, and sets\nwhether GitHub Actions can submit approving pull request reviews. For more information, see\n\"Enforcing a policy for workflow permissions in your enterprise.\"
OAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Success response
" } - ], - "descriptionHTML": "Sets the default workflow permissions granted to the GITHUB_TOKEN
when running workflows in an enterprise, and sets\nwhether GitHub Actions can submit approving pull request reviews. For more information, see\n\"Enforcing a policy for workflow permissions in your enterprise.\"
OAuth app tokens and personal access tokens (classic) need the admin:enterprise
scope to use this endpoint.
Sets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nIf the organization belongs to an enterprise that has set restrictive permissions at the enterprise level, such as allowed_actions
to selected
actions, then you cannot override them for the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Sets the GitHub Actions permissions policy for repositories and allowed actions in an organization.
\nIf the organization belongs to an enterprise that has set restrictive permissions at the enterprise level, such as allowed_actions
to selected
actions, then you cannot override them for the organization.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Adds a repository to the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories
must be must be configured to selected
. For more information, see \"Set GitHub Actions permissions for an organization.\"
OAuth tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Adds a repository to the list of selected repositories that are enabled for GitHub Actions in an organization. To use this endpoint, the organization permission policy for enabled_repositories
must be must be configured to selected
. For more information, see \"Set GitHub Actions permissions for an organization.\"
OAuth tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Lists all secrets available in an organization without revealing their\nencrypted values.
\nAuthenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
OK
" } - ] + ], + "descriptionHTML": "Lists all secrets available in an organization without revealing their\nencrypted values.
\nAuthenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
Authenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
OK
" } - ] + ], + "descriptionHTML": "Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
Authenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Removes a repository from an organization secret when the visibility
\nfor repository access is set to selected
. The visibility is set when you Create\nor update an organization secret.
Authenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Conflict when visibility type not set to selected
" } - ], - "descriptionHTML": "Removes a repository from an organization secret when the visibility
\nfor repository access is set to selected
. The visibility is set when you Create\nor update an organization secret.
Authenticated users must have collaborator access to a repository to create, update, or read secrets.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint. If the repository is private, the repo
scope is also required.
Updates the name
and visibility
of a self-hosted runner group in an enterprise.
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Updates the name
and visibility
of a self-hosted runner group in an enterprise.
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have visibility
set to selected
. For more information, see \"Create a self-hosted runner group for an enterprise.\"
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have visibility
set to selected
. For more information, see \"Create a self-hosted runner group for an enterprise.\"
OAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group.
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group.
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Lists the repositories with access to a self-hosted runner group configured in an organization.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Lists the repositories with access to a self-hosted runner group configured in an organization.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Lists self-hosted runners that are in a specific organization group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Lists self-hosted runners that are in a specific organization group.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Returns a token that you can pass to the config
script. The token expires after one hour.
Example using registration token:
\nConfigure your self-hosted runner, replacing TOKEN
with the registration token provided by this endpoint.
./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Created
" } - ] + ], + "descriptionHTML": "Returns a token that you can pass to the config
script. The token expires after one hour.
Example using registration token:
\nConfigure your self-hosted runner, replacing TOKEN
with the registration token provided by this endpoint.
./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n
\nOAuth app tokens and personal access tokens (classic) need the manage_runners:enterprise
scope to use this endpoint.
Gets a specific variable in an organization.
\nThe authenticated user must have collaborator access to a repository to create, update, or read variables.
\nOAuth tokens and personal access tokens (classic) need theadmin:org
scope to use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets a specific variable in an organization.
\nThe authenticated user must have collaborator access to a repository to create, update, or read variables.
\nOAuth tokens and personal access tokens (classic) need theadmin:org
scope to use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
You can use this endpoint to manually trigger a GitHub Actions workflow run. You can replace workflow_id
with the workflow file name. For example, you could use main.yaml
.
You must configure your GitHub Actions workflow to run when the workflow_dispatch
webhook event occurs. The inputs
are configured in the workflow file. For more information about how to configure the workflow_dispatch
event in the workflow file, see \"Events that trigger workflows.\"
OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "You can use this endpoint to manually trigger a GitHub Actions workflow run. You can replace workflow_id
with the workflow file name. For example, you could use main.yaml
.
You must configure your GitHub Actions workflow to run when the workflow_dispatch
webhook event occurs. The inputs
are configured in the workflow file. For more information about how to configure the workflow_dispatch
event in the workflow file, see \"Events that trigger workflows.\"
OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Note
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nOK
" } - ], - "descriptionHTML": "Note
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nThese are events that you've received by watching repositories and following users. If you are authenticated as the\ngiven user, you will see private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nOK
" } - ], - "descriptionHTML": "These are events that you've received by watching repositories and following users. If you are authenticated as the\ngiven user, you will see private events. Otherwise, you'll only see public events.
\nNote
\n\nThis API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
\nMarks a thread as \"done.\" Marking a thread as \"done\" is equivalent to marking a notification in your notification inbox on GitHub Enterprise Server as done: https://github.com/notifications.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No content
" } - ], - "descriptionHTML": "Marks a thread as \"done.\" Marking a thread as \"done\" is equivalent to marking a notification in your notification inbox on GitHub Enterprise Server as done: https://github.com/notifications.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -88860,13 +89832,13 @@ } ], "previews": [], + "descriptionHTML": "If you would like to watch a repository, set subscribed
to true
. If you would like to ignore notifications made within a repository, set ignored
to true
. If you would like to stop watching a repository, delete the repository's subscription completely.
OK
" } - ], - "descriptionHTML": "If you would like to watch a repository, set subscribed
to true
. If you would like to ignore notifications made within a repository, set ignored
to true
. If you would like to stop watching a repository, delete the repository's subscription completely.
Gets the announcement banner currently set for the organization. Only returns the announcement banner set at the\norganization level. Organization members may also see an enterprise-level announcement banner. To get an\nannouncement banner displayed at the enterprise level, use the enterprise-level endpoint.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Gets the announcement banner currently set for the organization. Only returns the announcement banner set at the\norganization level. Organization members may also see an enterprise-level announcement banner. To get an\nannouncement banner displayed at the enterprise level, use the enterprise-level endpoint.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -91257,13 +92229,13 @@ } ], "previews": [], + "descriptionHTML": "Removes the announcement banner currently set for the organization.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ], - "descriptionHTML": "Removes the announcement banner currently set for the organization.
" + ] } ] }, @@ -100471,13 +101443,13 @@ } ], "previews": [], + "descriptionHTML": "Enables an authenticated GitHub App to find the organization's installation information.
\nYou must use a JWT to access this endpoint.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Enables an authenticated GitHub App to find the organization's installation information.
\nYou must use a JWT to access this endpoint.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -103876,13 +104848,13 @@ } ], "previews": [], + "descriptionHTML": "Revokes the installation token you're using to authenticate as an installation and access this endpoint.
\nOnce an installation token is revoked, the token is invalidated and cannot be used. Other endpoints that require the revoked installation token must have a new installation token to work. You can create a new token using the \"Create an installation access token for an app\" endpoint.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ], - "descriptionHTML": "Revokes the installation token you're using to authenticate as an installation and access this endpoint.
\nOnce an installation token is revoked, the token is invalidated and cannot be used. Other endpoints that require the revoked installation token must have a new installation token to work. You can create a new token using the \"Create an installation access token for an app\" endpoint.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -124455,13 +125427,13 @@ } ], "previews": [], - "descriptionHTML": "Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.
\nAdding admin enforcement requires admin or owner permissions to the repository and branch protection to be enabled.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Protected branches are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub's products in the GitHub Help documentation.
\nAdding admin enforcement requires admin or owner permissions to the repository and branch protection to be enabled.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -162242,13 +163214,13 @@ } ], "previews": [], + "descriptionHTML": "Attach a code security configuration to a set of repositories. If the repositories specified are already attached to a configuration, they will be re-attached to the provided configuration.
\nIf insufficient GHAS licenses are available to attach the configuration to a repository, only free features will be enabled.
\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the write:org
scope to use this endpoint.
Accepted
" } - ], - "descriptionHTML": "Attach a code security configuration to a set of repositories. If the repositories specified are already attached to a configuration, they will be re-attached to the provided configuration.
\nIf insufficient GHAS licenses are available to attach the configuration to a repository, only free features will be enabled.
\nThe authenticated user must be an administrator or security manager for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the write:org
scope to use this endpoint.
Lists all secrets available in an organization without revealing their\nencrypted values.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Lists all secrets available in an organization without revealing their\nencrypted values.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Gets a single organization secret without revealing its encrypted value.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets a single organization secret without revealing its encrypted value.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Lists all repositories that have been selected when the visibility
\nfor repository access to a secret is set to selected
.
OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Resource not found
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -194474,13 +195446,13 @@ } ], "previews": [], - "descriptionHTML": "Simple filtering of deployments is available via query parameters:
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Simple filtering of deployments is available via query parameters:
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -197016,13 +197988,13 @@ } ], "previews": [], - "descriptionHTML": "Updates a deployment branch or tag policy for an environment.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ] + ], + "descriptionHTML": "Updates a deployment branch or tag policy for an environment.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -205753,13 +206725,13 @@ } ], "previews": [], + "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -206120,13 +207092,13 @@ } ], "previews": [], + "descriptionHTML": "Sets the message and expiration time for the global announcement banner in your enterprise.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Sets the message and expiration time for the global announcement banner in your enterprise.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -207426,13 +208398,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "201", "description": "Created
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -208470,13 +209442,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -209817,6 +210789,7 @@ } ], "previews": [], + "descriptionHTML": "Check the status of the license that is currently set for the enterprise.
", "statusCodes": [ { "httpStatusCode": "200", @@ -209830,8 +210803,7 @@ "httpStatusCode": "500", "description": "Internal error
" } - ], - "descriptionHTML": "Check the status of the license that is currently set for the enterprise.
" + ] }, { "serverUrl": "http(s)://HOSTNAME", @@ -211436,13 +212408,13 @@ } ], "previews": [], + "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -211638,13 +212610,13 @@ } ], "previews": [], + "descriptionHTML": "Removes any overrides for this hook at the org level for this org.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Removes any overrides for this hook at the org level for this org.
" + ] } ], "orgs": [ @@ -211896,13 +212868,13 @@ } ], "previews": [], + "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "202", "description": "Accepted
" } - ], - "descriptionHTML": "" + ] } ], "pre-receive-environments": [ @@ -212074,13 +213046,13 @@ } ], "previews": [], + "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -212321,13 +213293,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -212893,13 +213865,13 @@ } ], "previews": [], - "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -213893,13 +214865,13 @@ } ], "previews": [], + "descriptionHTML": "For pre-receive hooks which are allowed to be configured at the repo level, you can set enforcement
OK
" } - ], - "descriptionHTML": "For pre-receive hooks which are allowed to be configured at the repo level, you can set enforcement
Removes one or more assignees from an issue.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Removes one or more assignees from an issue.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -277440,6 +279398,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -282241,6 +284307,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -297054,13 +299228,13 @@ } ], "previews": [], + "descriptionHTML": "Lists labels for issues in a milestone.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Lists labels for issues in a milestone.
" + ] } ], "milestones": [ @@ -298911,13 +301085,13 @@ } ], "previews": [], + "descriptionHTML": "", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -312509,6 +314683,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -312989,6 +315271,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -316293,7 +318582,6 @@ } ], "previews": [], - "descriptionHTML": "Lists the most commonly used licenses on GitHub. For more information, see \"Licensing a repository .\"
", "statusCodes": [ { "httpStatusCode": "200", @@ -316303,7 +318591,8 @@ "httpStatusCode": "304", "description": "Not modified
" } - ] + ], + "descriptionHTML": "Lists the most commonly used licenses on GitHub. For more information, see \"Licensing a repository .\"
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -342387,13 +344676,13 @@ } ], "previews": [], + "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Response - list of custom role names
" } - ], - "descriptionHTML": "Warning
\n\nClosing down notice: This operation is closing down and will be removed in the future. Use the \"List custom repository roles\" endpoint instead.
\nList the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Response - list of custom role names
" } - ], - "descriptionHTML": "List the custom repository roles available in this organization. For more information on custom repository roles, see \"About custom repository roles.\"
\nThe authenticated user must be an administrator of the organization or of a repository of the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
or repo
scope to use this endpoint.
Removes all assigned organization roles from a team. For more information on organization roles, see \"Using organization roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ] + ], + "descriptionHTML": "Removes all assigned organization roles from a team. For more information on organization roles, see \"Using organization roles.\"
\nThe authenticated user must be an administrator for the organization to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
Deletes a custom organization role. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"
\nTo use this endpoint, the authenticated user must be one of:
\nwrite_organization_custom_org_role
in the organization.OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Deletes a custom organization role. For more information on custom organization roles, see \"Managing people's access to your organization with roles.\"
\nTo use this endpoint, the authenticated user must be one of:
\nwrite_organization_custom_org_role
in the organization.OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.
List all users who are outside collaborators of an organization.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "List all users who are outside collaborators of an organization.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -354852,7 +357141,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -355977,7 +358266,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Updates the webhook configuration for an organization. To update more information about the webhook, including the active
state and events
, use \"Update an organization webhook .\"
You must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need admin:org_hook
scope. OAuth apps cannot list, view, or edit\nwebhooks that they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.
OK
" } - ] + ], + "descriptionHTML": "Updates the webhook configuration for an organization. To update more information about the webhook, including the active
state and events
, use \"Update an organization webhook .\"
You must be an organization owner to use this endpoint.
\nOAuth app tokens and personal access tokens (classic) need admin:org_hook
scope. OAuth apps cannot list, view, or edit\nwebhooks that they did not create and users cannot list, view, or edit webhooks that were created by OAuth apps.
Gets a specific package version in an organization.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint. For more information, see \"About permissions for GitHub Packages.\"
OK
" } - ], - "descriptionHTML": "Gets a specific package version in an organization.
\nOAuth app tokens and personal access tokens (classic) need the read:packages
scope to use this endpoint. For more information, see \"About permissions for GitHub Packages.\"
Gets information about the single most recent build of a GitHub Enterprise Server Pages site.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets information about the single most recent build of a GitHub Enterprise Server Pages site.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Gets information about a GitHub Enterprise Server Pages build.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Gets information about a GitHub Enterprise Server Pages build.
\nOAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.
Lists a maximum of 250 commits for a pull request. To receive a complete\ncommit list for pull requests with more than 250 commits, use the List commits\nendpoint.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.OK
" } - ], - "descriptionHTML": "Lists a maximum of 250 commits for a pull request. To receive a complete\ncommit list for pull requests with more than 250 commits, use the List commits\nendpoint.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Removes review requests from a pull request for a given set of users and/or teams.
", "statusCodes": [ { "httpStatusCode": "200", @@ -422174,8 +424464,7 @@ "httpStatusCode": "422", "description": "Validation failed, or the endpoint has been spammed.
" } - ], - "descriptionHTML": "Removes review requests from a pull request for a given set of users and/or teams.
" + ] } ], "reviews": [ @@ -422613,13 +424902,13 @@ } ], "previews": [], + "descriptionHTML": "Lists all reviews for a specified pull request. The list of reviews returns in chronological order.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.The list of reviews returns in chronological order.
" } - ], - "descriptionHTML": "Lists all reviews for a specified pull request. The list of reviews returns in chronological order.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Updates the contents of a specified review summary comment.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Validation failed, or the endpoint has been spammed.
" } - ], - "descriptionHTML": "Updates the contents of a specified review summary comment.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Lists comments for a specific pull request review.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Resource not found
" } - ], - "descriptionHTML": "Lists comments for a specific pull request review.
\nThis endpoint supports the following custom media types. For more information, see \"Media types.\"
\napplication/vnd.github-commitcomment.raw+json
: Returns the raw markdown body. Response will include body
. This is the default if you do not pass any specific media type.application/vnd.github-commitcomment.text+json
: Returns a text only representation of the markdown body. Response will include body_text
.application/vnd.github-commitcomment.html+json
: Returns HTML rendered from the body's markdown. Response will include body_html
.application/vnd.github-commitcomment.full+json
: Returns raw, text, and HTML representations. Response will include body
, body_text
, and body_html
.Create a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
Note
\n\nYou can also specify a team by org_id
and team_id
using the route POST /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Created
" } - ], - "descriptionHTML": "Create a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
Note
\n\nYou can also specify a team by org_id
and team_id
using the route POST /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
List the reactions to a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "List the reactions to a team discussion.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Note
\n\nYou can also specify a team or organization with team_id
and org_id
using the route DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions/:reaction_id
.
Delete a reaction to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Note
\n\nYou can also specify a team or organization with team_id
and org_id
using the route DELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions/:reaction_id
.
Delete a reaction to a team discussion.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Note
\n\nYou can also specify a repository by repository_id
using the route DELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id
.
Delete a reaction to an issue comment.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ], - "descriptionHTML": "Note
\n\nYou can also specify a repository by repository_id
using the route DELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id
.
Delete a reaction to an issue comment.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -434779,13 +437068,13 @@ } ], "previews": [], - "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Created
" } - ] + ], + "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new \"Create reaction for a team discussion comment\" endpoint.
\nCreate a reaction to a team discussion comment.
\nA response with an HTTP 200
status means that you already added the reaction type to this team discussion comment.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
View the latest published full release for the repository.
\nThe latest release is the most recent non-prerelease, non-draft release, sorted by the created_at
attribute. The created_at
attribute is the date of the commit used for the release, and not the date when the release was drafted or published.
OK
" } - ] + ], + "descriptionHTML": "View the latest published full release for the repository.
\nThe latest release is the most recent non-prerelease, non-draft release, sorted by the created_at
attribute. The created_at
attribute is the date of the commit used for the release, and not the date when the release was drafted or published.
Users with push access to the repository can edit a release.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ] + ], + "descriptionHTML": "Users with push access to the repository can edit a release.
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -458675,13 +461006,13 @@ } ], "previews": [], + "descriptionHTML": "Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -486111,7 +488442,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. `OrganizationAdmin` is not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -487245,7 +489576,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Warning
\n\nClosing down notice: Projects (classic) is being deprecated in favor of the new Projects experience.\nSee the changelog for more information.
\nOK
" } - ] + ], + "descriptionHTML": "Warning
\n\nClosing down notice: Projects (classic) is being deprecated in favor of the new Projects experience.\nSee the changelog for more information.
\nTo add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization. Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Note
\n\nYou can also specify a team by org_id
and team_id
using the route PUT /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}
.
For more information about the permission levels, see \"Repository permission levels for an organization\".
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ] + ], + "descriptionHTML": "To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a 422 Unprocessable Entity
status if you attempt to add a repository to a team that is not owned by the organization. Note that, if you choose not to pass any parameters, you'll need to set Content-Length
to zero when calling out to this endpoint. For more information, see \"HTTP method.\"
Note
\n\nYou can also specify a team by org_id
and team_id
using the route PUT /organizations/{org_id}/team/{team_id}/repos/{owner}/{repo}
.
For more information about the permission levels, see \"Repository permission levels for an organization\".
" }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -517225,13 +519664,13 @@ } ], "previews": [], + "descriptionHTML": "Lists the child teams of the team specified by {team_slug}
.
Note
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/teams
.
if child teams exist
" } - ], - "descriptionHTML": "Lists the child teams of the team specified by {team_slug}
.
Note
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/teams
.
List all discussions on a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "List all discussions on a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route GET /organizations/{org_id}/team/{team_id}/discussions
.
OAuth app tokens and personal access tokens (classic) need the read:discussion
scope to use this endpoint.
Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route POST /organizations/{org_id}/team/{team_id}/discussions
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Created
" } - ], - "descriptionHTML": "Creates a new discussion post on a team's page.
\nThis endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"Rate limits for the API\" and \"Best practices for using the REST API.\"
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route POST /organizations/{org_id}/team/{team_id}/discussions
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Delete a discussion from a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route DELETE /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
No Content
" } - ], - "descriptionHTML": "Delete a discussion from a team's page.
\nNote
\n\nYou can also specify a team by org_id
and team_id
using the route DELETE /organizations/{org_id}/team/{team_id}/discussions/{discussion_number}
.
OAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
OK
" } - ], - "descriptionHTML": "Warning
\n\nEndpoint closing down notice: This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new Update a discussion endpoint.
\nEdits the title and body text of a discussion post. Only the parameters you provide are updated.
\nOAuth app tokens and personal access tokens (classic) need the write:discussion
scope to use this endpoint.
Creates a connection between a team and an external group. Only one external group can be linked to a team.
\nYou can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see \"GitHub's products\" in the GitHub Help documentation.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Creates a connection between a team and an external group. Only one external group can be linked to a team.
\nYou can manage team membership with your identity provider using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see \"GitHub's products\" in the GitHub Help documentation.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", @@ -532577,13 +535016,13 @@ } ], "previews": [], + "descriptionHTML": "Deletes a connection between a team and an external group.
\nYou can manage team membership with your IdP using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
", "statusCodes": [ { "httpStatusCode": "204", "description": "No Content
" } - ], - "descriptionHTML": "Deletes a connection between a team and an external group.
\nYou can manage team membership with your IdP using Enterprise Managed Users for GitHub Enterprise Cloud. For more information, see GitHub's products in the GitHub Help documentation.
" + ] } ], "members": [ @@ -532870,13 +535309,13 @@ } ], "previews": [], + "descriptionHTML": "Team members will include the members of child teams.
\nTo list members in a team, the team must be visible to the authenticated user.
", "statusCodes": [ { "httpStatusCode": "200", "description": "OK
" } - ], - "descriptionHTML": "Team members will include the members of child teams.
\nTo list members in a team, the team must be visible to the authenticated user.
" + ] }, { "serverUrl": "http(s)://HOSTNAME/api/v3", diff --git a/src/rest/data/ghes-3.16-2022-11-28/schema.json b/src/rest/data/ghes-3.16-2022-11-28/schema.json index f4ebada4a17b..a6a5d65b4e9d 100644 --- a/src/rest/data/ghes-3.16-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.16-2022-11-28/schema.json @@ -47032,6 +47032,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -50880,6 +50988,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -54722,6 +54938,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -58562,6 +58886,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -62388,6 +62820,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -66238,6 +66778,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -70064,6 +70712,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -73901,6 +74657,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -77738,6 +78602,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -188538,9 +189510,9 @@ } }, { - "name": "artifact_registry_url", + "name": "package_registry_url", "in": "query", - "description": "A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", "schema": { "type": "string" } @@ -210725,7 +211697,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -210739,6 +211712,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -211310,7 +212289,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -211324,6 +212304,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -249321,6 +250307,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -252560,6 +253654,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -255721,6 +256923,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -258815,6 +260125,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -261875,6 +263293,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -262062,6 +263588,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] }, "parameters": { @@ -265008,6 +266548,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -268432,6 +270080,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -271861,6 +273617,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -274913,6 +276777,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -282687,6 +284659,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -287488,6 +289568,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -317756,6 +319944,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318236,6 +320532,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -360196,7 +362499,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -361322,7 +363625,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
A comma-separated list of Artifact Registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", + "description": "A comma-separated list of package registry URLs. If specified, only alerts for repositories with storage records matching these URLs will be returned.
", "schema": { "type": "string" } @@ -211514,7 +212486,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -211528,6 +212501,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -212099,7 +213078,8 @@ "description": "Azure Blob Config for audit log streaming configuration.
", "isRequired": [ "key_id", - "encrypted_sas_url" + "encrypted_sas_url", + "container" ], "childParamsGroups": [ { @@ -212113,6 +213093,12 @@ "name": "encrypted_sas_url", "description": "", "isRequired": true + }, + { + "type": "string", + "name": "container", + "description": "The name of the Azure Blob Storage container to which the audit logs will be sent.
", + "isRequired": true } ] }, @@ -250228,6 +251214,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -253467,6 +254561,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -256628,6 +257830,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -259722,6 +261032,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -262782,6 +264200,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -262969,6 +264495,20 @@ "state": "open", "labels": [ "bug" + ], + "issue_field_values": [ + { + "field_id": "123", + "value": "Critical" + }, + { + "field_id": "456", + "value": 5 + }, + { + "field_id": "789", + "value": null + } ] }, "parameters": { @@ -265915,6 +267455,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -269339,6 +270987,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -272768,6 +274524,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -275820,6 +277684,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -283594,6 +285566,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -288395,6 +290475,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -318663,6 +320851,114 @@ "total_blocked_by", "total_blocking" ] + }, + "issue_field_values": { + "type": "array", + "items": { + "title": "Issue Field Value", + "description": "A value assigned to an issue field", + "type": "object", + "properties": { + "issue_field_id": { + "description": "Unique identifier for the issue field.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "node_id": { + "type": "string", + "examples": [ + "IFT_GDKND" + ] + }, + "data_type": { + "description": "The data type of the issue field", + "type": "string", + "enum": [ + "text", + "single_select", + "number", + "date" + ], + "examples": [ + "text" + ] + }, + "value": { + "description": "The value of the issue field", + "anyOf": [ + { + "type": "string", + "examples": [ + "Sample text" + ] + }, + { + "type": "number", + "examples": [ + 42.5 + ] + }, + { + "type": "integer", + "examples": [ + 1 + ] + } + ], + "type": [ + "null", + "string", + "number", + "integer" + ] + }, + "single_select_option": { + "description": "Details about the selected option (only present for single_select fields)", + "type": [ + "object", + "null" + ], + "properties": { + "id": { + "description": "Unique identifier for the option.", + "type": "integer", + "format": "int64", + "examples": [ + 1 + ] + }, + "name": { + "description": "The name of the option", + "type": "string", + "examples": [ + "High" + ] + }, + "color": { + "description": "The color of the option", + "type": "string", + "examples": [ + "red" + ] + } + }, + "required": [ + "id", + "name", + "color" + ] + } + }, + "required": [ + "issue_field_id", + "node_id", + "data_type", + "value" + ] + } } }, "required": [ @@ -319150,6 +321446,13 @@ "type": "string", "format": "date-time" }, + "updated_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, "commit_id": { "description": "A commit SHA for the review.", "type": "string", @@ -361603,7 +363906,7 @@ "integer", "null" ], - "description": "The ID of the actor that can bypass a ruleset. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." + "description": "The ID of the actor that can bypass a ruleset. Required for `Integration`, `RepositoryRole`, and `Team` actor types. If `actor_type` is `OrganizationAdmin`, this should be `1`. If `actor_type` is `DeployKey`, this should be null. If `actor_type` is `EnterpriseOwner`, `actor_id` is ignored. `OrganizationAdmin` and `EnterpriseOwner` are not applicable for personal repositories." }, "actor_type": { "type": "string", @@ -362863,7 +365166,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -57956,6 +58018,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -60804,6 +60928,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -62791,6 +62977,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -65639,6 +65887,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -68432,6 +68742,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -70474,6 +70846,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -73267,6 +73701,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -74661,6 +75157,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -75472,6 +76030,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -76953,6 +77573,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -78386,6 +79068,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -80132,6 +80876,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -81665,6 +82471,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83155,6 +84023,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -84587,6 +85517,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -86271,6 +87263,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -88441,6 +89495,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -89920,6 +91036,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -91353,6 +92531,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -92826,6 +94066,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -95000,6 +96302,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -96482,6 +97846,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -98155,6 +99581,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -99638,6 +101126,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -101128,6 +102678,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -102607,6 +104219,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -104089,6 +105763,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -209921,6 +211657,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -213138,6 +214879,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -216444,6 +218190,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -219994,6 +221745,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -223406,6 +225163,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -226066,6 +227829,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -226643,6 +228412,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -227281,6 +229056,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -227802,6 +229583,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -228170,6 +229957,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -228608,6 +230401,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -229120,6 +230919,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -233444,7 +235249,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -254426,6 +256293,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -256465,6 +258394,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -259258,6 +261249,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -261297,6 +263350,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -264090,6 +266205,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -266129,6 +268306,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -268922,6 +271161,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, diff --git a/src/webhooks/data/ghec/schema.json b/src/webhooks/data/ghec/schema.json index 1426f4fc4734..283cb2e4f601 100644 --- a/src/webhooks/data/ghec/schema.json +++ b/src/webhooks/data/ghec/schema.json @@ -62418,6 +62418,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -64405,6 +64467,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -67253,6 +67377,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -69240,6 +69426,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -72088,6 +72336,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -74881,6 +75191,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -76923,6 +77295,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -79716,6 +80150,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -81110,6 +81606,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -81921,6 +82479,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83402,6 +84022,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -84835,6 +85517,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -86581,6 +87325,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -88114,6 +88920,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -89604,6 +90472,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -91036,6 +91966,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -92720,6 +93712,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -94890,6 +95944,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -96369,6 +97485,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -97802,6 +98980,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -99275,6 +100515,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -101449,6 +102751,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -102931,6 +104295,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -104604,6 +106030,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -106087,6 +107575,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -107577,6 +109127,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -109056,6 +110668,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -110538,6 +112212,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -216370,6 +218106,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -219587,6 +221328,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -222893,6 +224639,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -226443,6 +228194,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -229855,6 +231612,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -232515,6 +234278,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -233092,6 +234861,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -233730,6 +235505,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -234251,6 +236032,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -234619,6 +236406,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -235057,6 +236850,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -235569,6 +237368,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -239893,7 +241698,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -260894,6 +262761,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -262933,6 +264862,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -265726,6 +267717,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -267765,6 +269818,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -270558,6 +272673,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -272597,6 +274774,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, @@ -275390,6 +277629,68 @@ "isRequired": true } ] + }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] } ] }, diff --git a/src/webhooks/data/ghes-3.14/schema.json b/src/webhooks/data/ghes-3.14/schema.json index 2d8e867b2c6b..68e318695043 100644 --- a/src/webhooks/data/ghes-3.14/schema.json +++ b/src/webhooks/data/ghes-3.14/schema.json @@ -56672,6 +56672,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -57483,6 +57545,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -58964,6 +59088,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -60397,6 +60583,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -62143,6 +62391,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -63676,6 +63986,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -65166,6 +65538,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -66598,6 +67032,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -68282,6 +68778,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -70452,6 +71010,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -71931,6 +72551,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -73364,6 +74046,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -74837,6 +75581,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -77011,6 +77817,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -78619,6 +79487,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -80102,6 +81032,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -81592,6 +82584,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83071,6 +84125,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -179015,6 +180131,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -182232,6 +183353,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -185538,6 +186664,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -189088,6 +190219,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -192500,6 +193637,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -195160,6 +196303,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -195737,6 +196886,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -196375,6 +197530,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -196896,6 +198057,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -197264,6 +198431,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -197702,6 +198875,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -198214,6 +199393,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -199443,7 +200628,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -57666,6 +57728,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -59147,6 +59271,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -60580,6 +60766,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -62326,6 +62574,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -63859,6 +64169,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -65349,6 +65721,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -66781,6 +67215,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -68465,6 +68961,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -70635,6 +71193,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -72114,6 +72734,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -73547,6 +74229,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -75020,6 +75764,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -77194,6 +78000,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -78802,6 +79670,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -80285,6 +81215,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -81775,6 +82767,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83254,6 +84308,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -179198,6 +180314,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -182415,6 +183536,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -185721,6 +186847,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -189271,6 +190402,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -192683,6 +193820,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -195343,6 +196486,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -195920,6 +197069,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -196558,6 +197713,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -197079,6 +198240,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -197447,6 +198614,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -197885,6 +199058,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -198397,6 +199576,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -199626,7 +200811,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. OrganizationAdmin
is not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -59670,6 +59732,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -61151,6 +61275,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -62584,6 +62770,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -64330,6 +64578,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -65863,6 +66173,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -67353,6 +67725,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -68785,6 +69219,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -70469,6 +70965,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -72639,6 +73197,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -74118,6 +74738,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -75551,6 +76233,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -77024,6 +77768,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -79198,6 +80004,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -80806,6 +81674,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -82289,6 +83219,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83779,6 +84771,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -85258,6 +86312,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -181202,6 +182318,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -184419,6 +185540,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -187725,6 +188851,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -191275,6 +192406,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -194687,6 +195824,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -197347,6 +198490,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -197924,6 +199073,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -198562,6 +199717,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -199083,6 +200244,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -199451,6 +200618,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -199889,6 +201062,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -200401,6 +201580,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -201630,7 +202815,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -62369,6 +62431,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -63850,6 +63974,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -65283,6 +65469,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -67029,6 +67277,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -68562,6 +68872,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -70052,6 +70424,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -71484,6 +71918,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -73168,6 +73664,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -75338,6 +75896,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -76817,6 +77437,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -78250,6 +78932,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -79723,6 +80467,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -81897,6 +82703,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -83505,6 +84373,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -84988,6 +85918,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -86478,6 +87470,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -87957,6 +89011,68 @@ } ] }, + { + "type": "array of objects", + "name": "issue_field_values", + "description": "", + "childParamsGroups": [ + { + "type": "integer", + "name": "issue_field_id", + "description": "Unique identifier for the issue field.
", + "isRequired": true + }, + { + "type": "string", + "name": "node_id", + "description": "", + "isRequired": true + }, + { + "type": "string", + "name": "data_type", + "description": "The data type of the issue field
", + "isRequired": true, + "enum": [ + "text", + "single_select", + "number", + "date" + ] + }, + { + "type": "null or string or number or integer", + "name": "value", + "description": "The value of the issue field
", + "isRequired": true + }, + { + "type": "object or null", + "name": "single_select_option", + "description": "Details about the selected option (only present for single_select fields)
", + "childParamsGroups": [ + { + "type": "integer", + "name": "id", + "description": "Unique identifier for the option.
", + "isRequired": true + }, + { + "type": "string", + "name": "name", + "description": "The name of the option
", + "isRequired": true + }, + { + "type": "string", + "name": "color", + "description": "The color of the option
", + "isRequired": true + } + ] + } + ] + }, { "type": "string", "name": "state", @@ -183901,6 +185017,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -187118,6 +188239,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -190424,6 +191550,11 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "" + }, { "type": "object or null", "name": "user", @@ -193974,6 +195105,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -197386,6 +198523,12 @@ "isRequired": true } ] + }, + { + "type": "string or null", + "name": "updated_at", + "in": "body", + "description": "" } ], "availability": [ @@ -200046,6 +201189,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -200623,6 +201772,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -201261,6 +202416,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -201782,6 +202943,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "url", @@ -202150,6 +203317,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -202588,6 +203761,12 @@ "description": "", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "discussion_url", @@ -203100,6 +204279,12 @@ "description": "Specifies the commitish value that determines where the Git tag is created from.
", "isRequired": true }, + { + "type": "string or null", + "name": "updated_at", + "description": "", + "isRequired": true + }, { "type": "string", "name": "upload_url", @@ -204329,7 +205514,7 @@ { "type": "integer or null", "name": "actor_id", - "description": "The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.
The ID of the actor that can bypass a ruleset. Required for Integration
, RepositoryRole
, and Team
actor types. If actor_type
is OrganizationAdmin
, this should be 1
. If actor_type
is DeployKey
, this should be null. If actor_type
is EnterpriseOwner
, actor_id
is ignored. OrganizationAdmin
and EnterpriseOwner
are not applicable for personal repositories.