Skip to content

Commit 88e9bab

Browse files
dkastlsanak
authored andcommitted
Removes too large example JSON output
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 4f68f52 commit 88e9bab

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

README.md

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -56,76 +56,6 @@ http://localhost:3000/projects/(project_id)/smash/tags.json
5656
http://localhost:3000/smash/tags.json
5757
```
5858

59-
Example output for tracker type `Support` (project-level):
60-
61-
```
62-
{
63-
"sectionname": "Support",
64-
"sectiondescription": "",
65-
"sectionicon": "image",
66-
"forms": [
67-
{
68-
"formname": "Support",
69-
"formitems": [
70-
{
71-
"key": "project_id",
72-
"value": "1",
73-
"type": "hidden",
74-
"mandatory": "yes"
75-
},
76-
{
77-
"key": "tracker_id",
78-
"value": "3",
79-
"type": "hidden",
80-
"mandatory": "yes"
81-
},
82-
{
83-
"key": "subject",
84-
"label": "Subject",
85-
"value": "",
86-
"type": "string",
87-
"mandatory": "yes"
88-
},
89-
{
90-
"key": "priority_id",
91-
"label": "Priority",
92-
"values": {
93-
"items": [
94-
{"item": "Low"},
95-
{"item": "Normal"},
96-
{"item": "High"},
97-
{"item": "Urgent"},
98-
{"item": "Immediate"}
99-
]
100-
},
101-
"value": "Normal",
102-
"type": "stringcombo",
103-
"mandatory": "yes"
104-
},
105-
{
106-
"key": "is_private",
107-
"label": "Private",
108-
"type": "boolean",
109-
"mandatory": "yes"
110-
},
111-
{
112-
"key": "description",
113-
"label": "Description",
114-
"value": "",
115-
"type": "string"
116-
},
117-
{
118-
"key": "attachments",
119-
"value": "",
120-
"type": "pictures"
121-
}
122-
]
123-
}
124-
]
125-
}
126-
]
127-
```
128-
12959
## Contributing and Support
13060

13161
The GTT Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)