Skip to content

Commit 78c104a

Browse files
committed
removed irrelevant fields from documentation
1 parent f945bf3 commit 78c104a

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

incidentRestAPI.yml

-31
Original file line numberDiff line numberDiff line change
@@ -585,18 +585,14 @@ paths:
585585
{
586586
'number': 'INC0000001',
587587
'short_description': 'short description',
588-
'priority': 4,
589588
'opened_by:':
590589
{
591590
'active': true,
592591
'sys_class_name': 'sys_user',
593592
'sys_id': 'a6fb235587fc71503efcec000000000'
594593
},
595-
'severity': 3,
596594
'opened_at': '2023-10-10T07:22:04Z',
597-
'category': 'service_request',
598595
'incident_id': '43c569a98771f5106dc8630000000000',
599-
'class': 'incident',
600596
'attachments':
601597
[
602598
{
@@ -691,18 +687,15 @@ paths:
691687
{
692688
'number': 'INC0000001',
693689
'short_description': 'short description',
694-
'priority': 4,
695690
'opened_by:':
696691
{
697692
'active': true,
698693
'sys_class_name': 'sys_user',
699694
'sys_id': 'a6fb235587fc71503efcec000000000'
700695
},
701-
'severity': 3,
702696
'opened_at': '2023-10-10T07:22:04Z',
703697
'category': 'service_request',
704698
'incident_id': '43c569a98771f5106dc8630000000000',
705-
'class': 'incident',
706699
'worknotes':
707700
[
708701
{
@@ -805,18 +798,14 @@ paths:
805798
{
806799
'number': 'INC0000001',
807800
'short_description': 'short description',
808-
'priority': 4,
809801
'opened_by:':
810802
{
811803
'active': true,
812804
'sys_class_name': 'sys_user',
813805
'sys_id': 'a6fb235587fc71503efcec000000000'
814806
},
815-
'severity': 3,
816807
'opened_at': '2023-10-10T07:22:04Z',
817-
'category': 'service_request',
818808
'incident_id': '43c569a98771f5106dc8630000000000',
819-
'class': 'incident',
820809
'worknotes':
821810
[
822811
{
@@ -924,18 +913,14 @@ paths:
924913
{
925914
'number': 'INC0000001',
926915
'short_description': 'short description',
927-
'priority': 4,
928916
'opened_by:':
929917
{
930918
'active': true,
931919
'sys_class_name': 'sys_user',
932920
'sys_id': 'a6fb235587fc71503efcec000000000'
933921
},
934-
'severity': 3,
935922
'opened_at': '2023-10-10T07:22:04Z',
936-
'category': 'service_request',
937923
'incident_id': '43c569a98771f5106dc8630000000000',
938-
'class': 'incident',
939924
'worknotes':
940925
[
941926
{
@@ -1043,18 +1028,14 @@ paths:
10431028
{
10441029
'number': 'INC0000001',
10451030
'short_description': 'short description',
1046-
'priority': 4,
10471031
'opened_by:':
10481032
{
10491033
'active': true,
10501034
'sys_class_name': 'sys_user',
10511035
'sys_id': 'a6fb235587fc71503efcec000000000'
10521036
},
1053-
'severity': 3,
10541037
'opened_at': '2023-10-10T07:22:04Z',
1055-
'category': 'service_request',
10561038
'incident_id': '43c569a98771f5106dc8630000000000',
1057-
'class': 'incident',
10581039
'worknotes':
10591040
[
10601041
{
@@ -1131,24 +1112,12 @@ paths:
11311112
short_description:
11321113
type: string
11331114
example: 'update'
1134-
priority:
1135-
type: number
1136-
example: 1
1137-
severity:
1138-
type: number
1139-
example: 2
11401115
opened_at:
11411116
type: string
11421117
example: '2023-11-23T09:16:47Z'
1143-
category:
1144-
type: string
1145-
example: 'service_request'
11461118
incident_id:
11471119
type: string
11481120
example: 'f806607f87a6f9d03efcec0000000000'
1149-
class:
1150-
type: string
1151-
example: 'incident'
11521121
responses:
11531122
'200':
11541123
description: Callback request description. Actual response handling is managed by the receiving system.

0 commit comments

Comments
 (0)