changedInput schema / properties / requestBody / oneOf
Previous value: -[
- {
- "properties": {
- "data": {
- "properties": {
- "id": {
- "example": "MyProjectId/MyResourceId",
- "type": "string"
- },
- "type": {
- "enum": [
- "categories",
- "documents",
- "document_attachments",
- "document_comments",
- "document_parts",
- "enumerations",
- "globalroles",
- "icons",
- "jobs",
- "linkedworkitems",
- "externallylinkedworkitems",
- "linkedoslcresources",
- "pages",
- "page_attachments",
- "plans",
- "projectroles",
- "projectgroups",
- "projects",
- "projecttemplates",
- "spaces",
- "testparameters",
- "testparameter_definitions",
- "testrecords",
- "teststep_results",
- "testruns",
- "testrun_attachments",
- "teststepresult_attachments",
- "testrun_comments",
- "usergroups",
- "users",
- "workitems",
- "workitem_attachments",
- "workitem_approvals",
- "workitem_comments",
- "featureselections",
- "teststeps",
- "workrecords",
- "revisions",
- "testrecord_attachments"
- ],
- "type": "string"
- }
- },
- "type": "object"
- }
- },
- "type": "object"
- },
- {
- "properties": {
- "data": {
- "items": {
- "properties": {
- "id": {
- "example": "MyProjectId/MyResourceId",
- "type": "string"
- },
- "type": {
- "enum": [
- "categories",
- "documents",
- "document_attachments",
- "document_comments",
- "document_parts",
- "enumerations",
- "globalroles",
- "icons",
- "jobs",
- "linkedworkitems",
- "externallylinkedworkitems",
- "linkedoslcresources",
- "pages",
- "page_attachments",
- "plans",
- "projectroles",
- "projectgroups",
- "projects",
- "projecttemplates",
- "spaces",
- "testparameters",
- "testparameter_definitions",
- "testrecords",
- "teststep_results",
- "testruns",
- "testrun_attachments",
- "teststepresult_attachments",
- "testrun_comments",
- "usergroups",
- "users",
- "workitems",
- "workitem_attachments",
- "workitem_approvals",
- "workitem_comments",
- "featureselections",
- "teststeps",
- "workrecords",
- "revisions",
- "testrecord_attachments"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- }
-]New value: +[
+ {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyResourceId",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collections",
+ "categories",
+ "documents",
+ "document_attachments",
+ "document_comments",
+ "document_parts",
+ "enumerations",
+ "globalroles",
+ "icons",
+ "jobs",
+ "linkedworkitems",
+ "externallylinkedworkitems",
+ "linkedoslcresources",
+ "llms",
+ "pages",
+ "page_attachments",
+ "page_comments",
+ "plans",
+ "projectroles",
+ "projectgroups",
+ "projects",
+ "projecttemplates",
+ "spaces",
+ "testparameters",
+ "testparameter_definitions",
+ "testrecords",
+ "teststep_results",
+ "testruns",
+ "testrun_attachments",
+ "teststepresult_attachments",
+ "testrun_comments",
+ "usergroups",
+ "users",
+ "workitems",
+ "workitem_attachments",
+ "workitem_approvals",
+ "workitem_comments",
+ "featureselections",
+ "teststeps",
+ "workrecords",
+ "revisions",
+ "testrecord_attachments",
+ "license_slots",
+ "license_types",
+ "license",
+ "metadata",
+ "license_assignments",
+ "customfields"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyResourceId",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "collections",
+ "categories",
+ "documents",
+ "document_attachments",
+ "document_comments",
+ "document_parts",
+ "enumerations",
+ "globalroles",
+ "icons",
+ "jobs",
+ "linkedworkitems",
+ "externallylinkedworkitems",
+ "linkedoslcresources",
+ "llms",
+ "pages",
+ "page_attachments",
+ "page_comments",
+ "plans",
+ "projectroles",
+ "projectgroups",
+ "projects",
+ "projecttemplates",
+ "spaces",
+ "testparameters",
+ "testparameter_definitions",
+ "testrecords",
+ "teststep_results",
+ "testruns",
+ "testrun_attachments",
+ "teststepresult_attachments",
+ "testrun_comments",
+ "usergroups",
+ "users",
+ "workitems",
+ "workitem_attachments",
+ "workitem_approvals",
+ "workitem_comments",
+ "featureselections",
+ "teststeps",
+ "workrecords",
+ "revisions",
+ "testrecord_attachments",
+ "license_slots",
+ "license_types",
+ "license",
+ "metadata",
+ "license_assignments",
+ "customfields"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+]