Skip to content

Commit

Permalink
Merge pull request #15 from ustream/work/MON-23
Browse files Browse the repository at this point in the history
video label underscores
  • Loading branch information
dzsubek committed Jun 14, 2017
2 parents 3513d5e + bd94d45 commit ae26a8a
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions _posts/2015-09-04-channel.html
Expand Up @@ -2797,10 +2797,11 @@ <h6>Parameters</h6>
<h6>Response</h6>
<p>A set of a key-value structures under a "label" element. Example:</p>
<pre><code class="json">"label": {
"labelId": 123,
"userId": 123,
"labelName": "labelname",
"labelColor": "color-5"
"18010": {
"label_id": 18010,
"label_name": "labelname",
"label_color": "color-5"
}
}</code></pre>

<h4>Listing labels</h4>
Expand All @@ -2820,10 +2821,9 @@ <h6>Response</h6>
<p>A set of a key-value structures under a "labels" element. Example:</p>
<pre><code class="json">"labels": {
"18010": {
"labelId": 123,
"userId": 123,
"labelName": "labelname",
"labelColor": "color-5"
"label_id": 18010,
"label_name": "labelname",
"label_color": "color-5"
},
...
}</code></pre>
Expand Down Expand Up @@ -2948,10 +2948,9 @@ <h6>Response</h6>
<p>A set of a key-value structures under a "labels" element. Example:</p>
<pre><code class="json">"labels": {
"18010": {
"labelId": 123,
"userId": 123,
"labelName": "labelname",
"labelColor": "color-5"
"label_id": 18010,
"label_name": "labelname",
"label_color": "color-5"
},
...
}</code></pre>
Expand Down

0 comments on commit ae26a8a

Please sign in to comment.