File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,13 @@ schema:
73
73
type : String
74
74
description : The gravatar id of the user who opened this ticket.
75
75
value : " aad889008f120255f1ac47fde3f5338b"
76
- managed_issue_type :
77
- type : Enum
78
- description : The Managed issue type of this ticket. Only present if your
79
- account has Managed Services activated.
80
- value : issue
81
- subtype : ManagedIssueType
76
+ managed_issue :
77
+ type : Boolean
78
+ description : Set to True if your account has Managed Services activated.
79
+ value : true
82
80
enums :
83
81
Status :
84
82
new : The support ticket has just been opened.
85
83
open : The support ticket is open and can be replied to.
86
84
closed : The support ticket is completed and closed.
87
- ManagedIssueType :
88
- issue : An issue
89
- maintenance : Maintenance
90
- request : Other request
91
85
You can’t perform that action at this time.
0 commit comments