solarwinds-itsm-api-definitions 0.1.1 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/lib/definitions/common/components.json +298 -49
  3. data/lib/definitions/common/examples/catalog_item.json +70 -0
  4. data/lib/definitions/common/examples/change.json +127 -0
  5. data/lib/definitions/common/examples/change_catalog.json +92 -0
  6. data/lib/definitions/common/examples/configuration_item.json +108 -0
  7. data/lib/definitions/common/examples/hardware.json +125 -0
  8. data/lib/definitions/common/examples/incident.json +134 -109
  9. data/lib/definitions/common/examples/problem.json +132 -0
  10. data/lib/definitions/common/examples/release.json +150 -0
  11. data/lib/definitions/common/examples/service_request.json +28 -0
  12. data/lib/definitions/common/examples/solution.json +49 -0
  13. data/lib/definitions/common/examples/user.json +106 -0
  14. data/lib/definitions/common/schemas/analytics/audit.json +28 -0
  15. data/lib/definitions/common/schemas/analytics/risk.json +28 -0
  16. data/lib/definitions/common/schemas/inventory/hardware.json +104 -0
  17. data/lib/definitions/common/schemas/inventory/mobile.json +73 -0
  18. data/lib/definitions/common/schemas/inventory/other_asset.json +74 -0
  19. data/lib/definitions/common/schemas/inventory/printer.json +41 -0
  20. data/lib/definitions/common/schemas/inventory/software.json +28 -0
  21. data/lib/definitions/common/schemas/inventory/warranty.json +40 -0
  22. data/lib/definitions/common/schemas/procurement/contract.json +67 -0
  23. data/lib/definitions/common/schemas/procurement/item.json +51 -0
  24. data/lib/definitions/common/schemas/procurement/purchase.json +57 -0
  25. data/lib/definitions/common/schemas/procurement/purchase_order.json +85 -0
  26. data/lib/definitions/common/schemas/procurement/vendor.json +67 -0
  27. data/lib/definitions/common/schemas/service_desk/catalog_item.json +71 -0
  28. data/lib/definitions/common/schemas/service_desk/change.json +88 -0
  29. data/lib/definitions/common/schemas/service_desk/change_catalog.json +77 -0
  30. data/lib/definitions/common/schemas/service_desk/comment.json +52 -0
  31. data/lib/definitions/common/schemas/service_desk/configuration_item.json +117 -0
  32. data/lib/definitions/common/schemas/service_desk/incident.json +99 -0
  33. data/lib/definitions/common/schemas/service_desk/problem.json +81 -0
  34. data/lib/definitions/common/schemas/service_desk/release.json +86 -0
  35. data/lib/definitions/common/schemas/service_desk/service_request.json +31 -0
  36. data/lib/definitions/common/schemas/service_desk/solution.json +61 -0
  37. data/lib/definitions/common/schemas/service_desk/time_track.json +37 -0
  38. data/lib/definitions/common/schemas/setup/category.json +54 -0
  39. data/lib/definitions/common/schemas/setup/department.json +48 -0
  40. data/lib/definitions/common/schemas/setup/group.json +65 -0
  41. data/lib/definitions/common/schemas/setup/role.json +51 -0
  42. data/lib/definitions/common/schemas/setup/site.json +64 -0
  43. data/lib/definitions/common/schemas/setup/user.json +67 -0
  44. data/lib/definitions/common/schemas/tasks/task.json +52 -0
  45. data/lib/definitions/openapi.json +105 -10
  46. data/lib/definitions/paths/attachments/attachments.json +12 -0
  47. data/lib/definitions/paths/audits/audits.json +35 -0
  48. data/lib/definitions/paths/audits/audits_by_id.json +37 -0
  49. data/lib/definitions/paths/catalog_items/catalog_item_by_id.json +83 -0
  50. data/lib/definitions/paths/catalog_items/catalog_items.json +69 -0
  51. data/lib/definitions/paths/categories/categories.json +62 -0
  52. data/lib/definitions/paths/categories/category_by_id.json +70 -0
  53. data/lib/definitions/paths/change_catalogs/change_catalog_by_id.json +83 -0
  54. data/lib/definitions/paths/change_catalogs/change_catalogs.json +69 -0
  55. data/lib/definitions/paths/changes/change_by_id.json +83 -0
  56. data/lib/definitions/paths/changes/changes.json +69 -0
  57. data/lib/definitions/paths/comments/comment_by_id.json +65 -0
  58. data/lib/definitions/paths/comments/comments.json +31 -0
  59. data/lib/definitions/paths/configuration_items/append_dependent_assets.json +24 -0
  60. data/lib/definitions/paths/configuration_items/configuration_item_by_id.json +83 -0
  61. data/lib/definitions/paths/configuration_items/configuration_items.json +69 -0
  62. data/lib/definitions/paths/configuration_items/delete_asset_link.json +24 -0
  63. data/lib/definitions/paths/contracts/contract_by_id.json +74 -0
  64. data/lib/definitions/paths/contracts/contracts.json +62 -0
  65. data/lib/definitions/paths/contracts/item_by_id.json +75 -0
  66. data/lib/definitions/paths/contracts/items.json +30 -0
  67. data/lib/definitions/paths/departments/department_by_id.json +70 -0
  68. data/lib/definitions/paths/departments/departments.json +62 -0
  69. data/lib/definitions/paths/groups/group_by_id.json +70 -0
  70. data/lib/definitions/paths/groups/groups.json +62 -0
  71. data/lib/definitions/paths/hardwares/hardware_by_id.json +83 -0
  72. data/lib/definitions/paths/hardwares/hardwares.json +69 -0
  73. data/lib/definitions/paths/hardwares/warranties.json +64 -0
  74. data/lib/definitions/paths/hardwares/warranty_by_id.json +75 -0
  75. data/lib/definitions/paths/incidents/incident_by_id.json +7 -7
  76. data/lib/definitions/paths/incidents/incidents.json +11 -11
  77. data/lib/definitions/paths/memberships/membership_by_id.json +20 -0
  78. data/lib/definitions/paths/memberships/memberships.json +29 -0
  79. data/lib/definitions/paths/mobiles/mobile_by_id.json +74 -0
  80. data/lib/definitions/paths/mobiles/mobiles.json +62 -0
  81. data/lib/definitions/paths/other_assets/other_asset_by_id.json +74 -0
  82. data/lib/definitions/paths/other_assets/other_assets.json +62 -0
  83. data/lib/definitions/paths/printers/printer_by_id.json +53 -0
  84. data/lib/definitions/paths/printers/printers.json +36 -0
  85. data/lib/definitions/paths/problems/problem_by_id.json +83 -0
  86. data/lib/definitions/paths/problems/problems.json +69 -0
  87. data/lib/definitions/paths/purchase_orders/purchase_order_by_id.json +74 -0
  88. data/lib/definitions/paths/purchase_orders/purchase_orders.json +62 -0
  89. data/lib/definitions/paths/purchases/purchase_by_id.json +65 -0
  90. data/lib/definitions/paths/purchases/purchases.json +31 -0
  91. data/lib/definitions/paths/releases/release_by_id.json +83 -0
  92. data/lib/definitions/paths/releases/releases.json +69 -0
  93. data/lib/definitions/paths/risks/risks.json +34 -0
  94. data/lib/definitions/paths/roles/role_by_id.json +70 -0
  95. data/lib/definitions/paths/roles/roles.json +62 -0
  96. data/lib/definitions/paths/service_requests/request_by_id.json +37 -0
  97. data/lib/definitions/paths/sites/site_by_id.json +74 -0
  98. data/lib/definitions/paths/sites/sites.json +62 -0
  99. data/lib/definitions/paths/softwares/software_by_id.json +24 -0
  100. data/lib/definitions/paths/softwares/softwares.json +36 -0
  101. data/lib/definitions/paths/solutions/solution_by_id.json +83 -0
  102. data/lib/definitions/paths/solutions/solutions.json +69 -0
  103. data/lib/definitions/paths/tasks/task_by_id.json +65 -0
  104. data/lib/definitions/paths/tasks/tasks.json +31 -0
  105. data/lib/definitions/paths/time_tracks/time_track_by_id.json +65 -0
  106. data/lib/definitions/paths/time_tracks/time_tracks.json +66 -0
  107. data/lib/definitions/paths/users/user_by_id.json +83 -0
  108. data/lib/definitions/paths/users/users.json +69 -0
  109. data/lib/definitions/paths/vendors/vendor_by_id.json +74 -0
  110. data/lib/definitions/paths/vendors/vendors.json +62 -0
  111. data/lib/solarwinds/itsm/api/definitions.rb +52 -3
  112. metadata +106 -4
  113. data/lib/definitions/common/schemas/incident.json +0 -78
  114. data/lib/resolved_schema/resolved_schema.json +0 -1
@@ -0,0 +1,83 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getCatalogItemById",
4
+ "description": "Get catalog item",
5
+ "tags": ["Catalog Item"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
8
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
9
+ ],
10
+ "responses": {
11
+ "200": {
12
+ "description": "Object was returned correctly",
13
+ "content": {
14
+ "application/json": {
15
+ "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" },
16
+ "example": { "$ref": "../../common/examples/catalog_item.json#/examples/response/json" }
17
+ },
18
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" } }
19
+ }
20
+ },
21
+ "400": { "description": "Bad request" },
22
+ "404": { "description": "Not found" },
23
+ "500": { "description": "Internal Server Error" }
24
+ }
25
+ },
26
+ "put": {
27
+ "operationId": "updateCatalogItemById",
28
+ "description": "Update catalog item with specified fields",
29
+ "tags": ["Catalog Item"],
30
+ "parameters": [
31
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
32
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
33
+ ],
34
+ "requestBody": {
35
+ "required": true,
36
+ "description": "Catalog item fields to update",
37
+ "content": {
38
+ "application/json": {
39
+ "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/request/put" },
40
+ "example": { "$ref": "../../common/examples/catalog_item.json#/examples/request/json" }
41
+ },
42
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/request/put" } }
43
+ }
44
+ },
45
+ "responses": {
46
+ "200": {
47
+ "description": "Object was updated correctly",
48
+ "content": {
49
+ "application/json": {
50
+ "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" },
51
+ "example": { "$ref": "../../common/examples/catalog_item.json#/examples/response/json" }
52
+ },
53
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" } }
54
+ }
55
+ },
56
+ "400": { "description": "Bad request" },
57
+ "404": { "description": "Not found" },
58
+ "500": { "description": "Internal Server Error" }
59
+ }
60
+ },
61
+ "delete": {
62
+ "operationId": "deleteCatalogItemById",
63
+ "description": "Delete catalog item",
64
+ "tags": ["Catalog Item"],
65
+ "parameters": [
66
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
67
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
68
+ ],
69
+ "responses": {
70
+ "200": {
71
+ "description": "Returns the deleted catalog item's id",
72
+ "content": {
73
+ "application/json": {
74
+ "example": { "deleted_ids": ["1"] }
75
+ }
76
+ }
77
+ },
78
+ "400": { "description": "Bad request" },
79
+ "404": { "description": "Not found" },
80
+ "500": { "description": "Internal Server Error" }
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getCatalogItems",
4
+ "description": "List of catalog items",
5
+ "tags": ["Catalog Item"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
8
+ ],
9
+ "responses": {
10
+ "200": {
11
+ "description": "Object was returned correctly",
12
+ "content": {
13
+ "application/json": {
14
+ "schema": {
15
+ "description": "List of catalog items",
16
+ "type": "array",
17
+ "items": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" }
18
+ },
19
+ "example": [{ "$ref": "../../common/examples/catalog_item.json#/examples/response/json" }]
20
+ },
21
+ "application/xml": {
22
+ "schema": {
23
+ "description": "List of catalog items",
24
+ "type": "array",
25
+ "xml": { "name": "/", "wrapped": true },
26
+ "items": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" }
27
+ }
28
+ }
29
+ }
30
+ },
31
+ "400": { "description": "Bad request" },
32
+ "404": { "description": "Not found" },
33
+ "500": { "description": "Server error" }
34
+ }
35
+ },
36
+ "post": {
37
+ "operationId": "createCatalogItem",
38
+ "description": "Create new catalog item",
39
+ "tags": ["Catalog Item"],
40
+ "parameters": [
41
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
42
+ ],
43
+ "requestBody": {
44
+ "required": true,
45
+ "description": "Catalog Item fields to fill",
46
+ "content": {
47
+ "application/json": {
48
+ "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/request/post" },
49
+ "example": { "$ref": "../../common/examples/catalog_item.json#/examples/request/json" }
50
+ },
51
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/request/post" } }
52
+ }
53
+ },
54
+ "responses": {
55
+ "200": {
56
+ "description": "Object created and returned correctly",
57
+ "content": {
58
+ "application/json": {
59
+ "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" },
60
+ "example": { "$ref": "../../common/examples/catalog_item.json#/examples/response/json" }
61
+ },
62
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/catalog_item.json#/components/schemas/response" } }
63
+ }
64
+ },
65
+ "400": { "description": "Bad request" },
66
+ "500": { "description": "Server error" }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getCategories",
4
+ "description": "List of categories",
5
+ "tags": ["Category"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
8
+ ],
9
+ "responses": {
10
+ "200": {
11
+ "description": "Object was returned correctly",
12
+ "content": {
13
+ "application/json": {
14
+ "schema": {
15
+ "description": "List of categories",
16
+ "type": "array",
17
+ "items": { "allOf": [{ "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" }] }
18
+ }
19
+ },
20
+ "application/xml": {
21
+ "schema": {
22
+ "description": "List of categories",
23
+ "type": "array",
24
+ "xml": { "name": "/", "wrapped": true },
25
+ "items": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" }
26
+ }
27
+ }
28
+ }
29
+ },
30
+ "400": { "description": "Bad request" },
31
+ "404": { "description": "Not found" },
32
+ "500": { "description": "Server error" }
33
+ }
34
+ },
35
+ "post": {
36
+ "operationId": "createCategory",
37
+ "description": "Create new category",
38
+ "tags": ["Category"],
39
+ "parameters": [
40
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
41
+ ],
42
+ "requestBody": {
43
+ "required": true,
44
+ "description": "Category fields to fill",
45
+ "content": {
46
+ "application/json": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/request/post" } },
47
+ "application/xml": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/request/post" } }
48
+ }
49
+ },
50
+ "responses": {
51
+ "200": {
52
+ "description": "Object created and returned correctly",
53
+ "content": {
54
+ "application/json": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } },
55
+ "application/xml": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } }
56
+ }
57
+ },
58
+ "400": { "description": "Bad request" },
59
+ "500": { "description": "Server error" }
60
+ }
61
+ }
62
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getCategoryById",
4
+ "description": "Get category",
5
+ "tags": ["Category"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
8
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
9
+ ],
10
+ "responses": {
11
+ "200": {
12
+ "description": "Object was returned correctly",
13
+ "content": {
14
+ "application/json": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } },
15
+ "application/xml": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } }
16
+ }
17
+ },
18
+ "400": { "description": "Bad request" },
19
+ "404": { "description": "Not found" },
20
+ "500": { "description": "Internal Server Error" }
21
+ }
22
+ },
23
+ "put": {
24
+ "operationId": "updateCategoryById",
25
+ "description": "Update category with specified fields",
26
+ "tags": ["Category"],
27
+ "parameters": [
28
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
29
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
30
+ ],
31
+ "requestBody": {
32
+ "required": true,
33
+ "description": "Category fields to update",
34
+ "content": {
35
+ "application/json": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/request/put" } },
36
+ "application/xml": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/request/put" } }
37
+ }
38
+ },
39
+ "responses": {
40
+ "200": {
41
+ "description": "Object was updated correctly",
42
+ "content": {
43
+ "application/json": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } },
44
+ "application/xml": { "schema": { "$ref": "../../common/schemas/setup/category.json#/components/schemas/response" } }
45
+ }
46
+ },
47
+ "400": { "description": "Bad request" },
48
+ "404": { "description": "Not found" },
49
+ "500": { "description": "Internal Server Error" }
50
+ }
51
+ },
52
+ "delete": {
53
+ "operationId": "deleteCategoryById",
54
+ "description": "Delete category",
55
+ "tags": ["Category"],
56
+ "parameters": [
57
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
58
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
59
+ ],
60
+ "responses": {
61
+ "200": {
62
+ "description": "Message regarding a successful operation",
63
+ "content": { "application/json": { "example": { "messages": { "message": "Deleted category" } } } }
64
+ },
65
+ "400": { "description": "Bad request" },
66
+ "404": { "description": "Not found" },
67
+ "500": { "description": "Internal Server Error" }
68
+ }
69
+ }
70
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getChangeCatalogById",
4
+ "description": "Get change catalog",
5
+ "tags": ["Change Catalog"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
8
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
9
+ ],
10
+ "responses": {
11
+ "200": {
12
+ "description": "Object was returned correctly",
13
+ "content": {
14
+ "application/json": {
15
+ "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" },
16
+ "example": { "$ref": "../../common/examples/change_catalog.json#/examples/response/json" }
17
+ },
18
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" } }
19
+ }
20
+ },
21
+ "400": { "description": "Bad request" },
22
+ "404": { "description": "Not found" },
23
+ "500": { "description": "Internal Server Error" }
24
+ }
25
+ },
26
+ "put": {
27
+ "operationId": "updateChangeCatalogById",
28
+ "description": "Update change catalog with specified fields",
29
+ "tags": ["Change Catalog"],
30
+ "parameters": [
31
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
32
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
33
+ ],
34
+ "requestBody": {
35
+ "required": true,
36
+ "description": "Change catalog fields to update",
37
+ "content": {
38
+ "application/json": {
39
+ "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/request/put" },
40
+ "example": { "$ref": "../../common/examples/change_catalog.json#/examples/request/json" }
41
+ },
42
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/request/put" } }
43
+ }
44
+ },
45
+ "responses": {
46
+ "200": {
47
+ "description": "Object was updated correctly",
48
+ "content": {
49
+ "application/json": {
50
+ "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" },
51
+ "example": { "$ref": "../../common/examples/change_catalog.json#/examples/response/json" }
52
+ },
53
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" } }
54
+ }
55
+ },
56
+ "400": { "description": "Bad request" },
57
+ "404": { "description": "Not found" },
58
+ "500": { "description": "Internal Server Error" }
59
+ }
60
+ },
61
+ "delete": {
62
+ "operationId": "deleteChangeCatalogById",
63
+ "description": "Delete change catalog",
64
+ "tags": ["Change Catalog"],
65
+ "parameters": [
66
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
67
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
68
+ ],
69
+ "responses": {
70
+ "200": {
71
+ "description": "Returns the deleted change catalog's id",
72
+ "content": {
73
+ "application/json": {
74
+ "example": { "deleted_ids": ["1"] }
75
+ }
76
+ }
77
+ },
78
+ "400": { "description": "Bad request" },
79
+ "404": { "description": "Not found" },
80
+ "500": { "description": "Internal Server Error" }
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,69 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getChangeCatalogs",
4
+ "description": "List of change catalogs",
5
+ "tags": ["Change Catalog"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
8
+ ],
9
+ "responses": {
10
+ "200": {
11
+ "description": "Object was returned correctly",
12
+ "content": {
13
+ "application/json": {
14
+ "schema": {
15
+ "description": "List of change catalogs",
16
+ "type": "array",
17
+ "items": { "allOf": [{ "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" }] }
18
+ },
19
+ "example": [{ "$ref": "../../common/examples/change_catalog.json#/examples/response/json" }]
20
+ },
21
+ "application/xml": {
22
+ "schema": {
23
+ "description": "List of change catalogs",
24
+ "type": "array",
25
+ "xml": { "name": "/", "wrapped": true },
26
+ "items": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" }
27
+ }
28
+ }
29
+ }
30
+ },
31
+ "400": { "description": "Bad request" },
32
+ "404": { "description": "Not found" },
33
+ "500": { "description": "Server error" }
34
+ }
35
+ },
36
+ "post": {
37
+ "operationId": "createChangeCatalog",
38
+ "description": "Create new change catalog",
39
+ "tags": ["Change Catalog"],
40
+ "parameters": [
41
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" }
42
+ ],
43
+ "requestBody": {
44
+ "required": true,
45
+ "description": "Change catalog fields to fill",
46
+ "content": {
47
+ "application/json": {
48
+ "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/request/post" },
49
+ "example": { "$ref": "../../common/examples/change_catalog.json#/examples/request/json" }
50
+ },
51
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/request/post" } }
52
+ }
53
+ },
54
+ "responses": {
55
+ "200": {
56
+ "description": "Object created and returned correctly",
57
+ "content": {
58
+ "application/json": {
59
+ "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" },
60
+ "example": { "$ref": "../../common/examples/change_catalog.json#/examples/response/json" }
61
+ },
62
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change_catalog.json#/components/schemas/response" } }
63
+ }
64
+ },
65
+ "400": { "description": "Bad request" },
66
+ "500": { "description": "Server error" }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,83 @@
1
+ {
2
+ "get": {
3
+ "operationId": "getChangeById",
4
+ "description": "Get change",
5
+ "tags": ["Change"],
6
+ "parameters": [
7
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
8
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
9
+ ],
10
+ "responses": {
11
+ "200": {
12
+ "description": "Object was returned correctly",
13
+ "content": {
14
+ "application/json": {
15
+ "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/response" },
16
+ "example": { "$ref": "../../common/examples/change.json#/examples/response/json" }
17
+ },
18
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/response" } }
19
+ }
20
+ },
21
+ "400": { "description": "Bad request" },
22
+ "404": { "description": "Not found" },
23
+ "500": { "description": "Internal Server Error" }
24
+ }
25
+ },
26
+ "put": {
27
+ "operationId": "updateChangeById",
28
+ "description": "Update change with specified fields",
29
+ "tags": ["Change"],
30
+ "parameters": [
31
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
32
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
33
+ ],
34
+ "requestBody": {
35
+ "required": true,
36
+ "description": "Change fields to update",
37
+ "content": {
38
+ "application/json": {
39
+ "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/request/put" },
40
+ "example": { "$ref": "../../common/examples/change.json#/examples/request/json" }
41
+ },
42
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/request/put" } }
43
+ }
44
+ },
45
+ "responses": {
46
+ "200": {
47
+ "description": "Object was updated correctly",
48
+ "content": {
49
+ "application/json": {
50
+ "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/response" },
51
+ "example": { "$ref": "../../common/examples/change.json#/examples/response/json" }
52
+ },
53
+ "application/xml": { "schema": { "$ref": "../../common/schemas/service_desk/change.json#/components/schemas/response" } }
54
+ }
55
+ },
56
+ "400": { "description": "Bad request" },
57
+ "404": { "description": "Not found" },
58
+ "500": { "description": "Internal Server Error" }
59
+ }
60
+ },
61
+ "delete": {
62
+ "operationId": "deleteChangeById",
63
+ "description": "Delete change",
64
+ "tags": ["Change"],
65
+ "parameters": [
66
+ { "$ref": "../../common/components.json#/components/request/parameters/token_param" },
67
+ { "$ref": "../../common/components.json#/components/request/parameters/id_param" }
68
+ ],
69
+ "responses": {
70
+ "200": {
71
+ "description": "Returns the deleted change's id",
72
+ "content": {
73
+ "application/json": {
74
+ "example": { "deleted_ids": ["1"] }
75
+ }
76
+ }
77
+ },
78
+ "400": { "description": "Bad request" },
79
+ "404": { "description": "Not found" },
80
+ "500": { "description": "Internal Server Error" }
81
+ }
82
+ }
83
+ }