Skip to content

Commit 41c177f

Browse files
Merge pull request #82 from yoshizzle/supportTicketManagedIssueType
Removed managed_issue_type from POST /support/tickets endpoint
2 parents 89ec1f4 + 0f42eee commit 41c177f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/data/endpoints/support.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,6 @@ endpoints:
6262
The Block Storage Volume this ticket is regarding, if relevant.
6363
type: Integer
6464
optional: true
65-
managed_issue_type:
66-
description: >
67-
The Managed issue type of this ticket. Do not pass this
68-
unless your account has Managed Services activated.
69-
type: Enum
70-
value: issue
71-
maintenance:
72-
type: String
73-
description: Maintenance
74-
issue:
75-
type: String
76-
description: An issue
77-
request:
78-
type: String
79-
description: Other request
80-
optional: true
8165
curl: |
8266
curl -H "Content-Type: application/json" \
8367
-H "Authorization: Bearer $TOKEN" \

0 commit comments

Comments
 (0)