We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667f48a commit 9d95249Copy full SHA for 9d95249
content/v3/issues.md
@@ -144,6 +144,8 @@ Name | Type | Description
144
<%= headers 200 %>
145
<%= json :full_issue %>
146
147
+{% if page.version == 'dotcom' %}
148
+
149
## Lock an issue
150
151
{{#tip}}
@@ -194,6 +196,8 @@ Users with push access can unlock an issue's conversation.
194
196
195
197
<%= headers 204 %>
198
199
+{% endif %}
200
201
## Custom media types
202
203
These are the supported media types for issues. You can read more about the
0 commit comments