We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01a38b commit 63e3359Copy full SHA for 63e3359
docs/gitbook-api/reference/spaces/change-requests.md
@@ -8,6 +8,12 @@ description: >-
8
9
<figure><img src="../../../.gitbook/assets/Change Request.png" alt=""><figcaption></figcaption></figure>
10
11
+### `GET` a list of Change Requests in a space
12
+
13
+{% swagger src="https://api.gitbook.com/openapi.json" path="/spaces/{spaceId}/change-requests" method="get" expanded="true" %}
14
+[https://api.gitbook.com/openapi.json](https://api.gitbook.com/openapi.json)
15
+{% endswagger %}
16
17
### `POST` a new Change Request in a space
18
19
{% swagger src="https://api.gitbook.com/openapi.json" path="/spaces/{spaceId}/change-requests" method="post" expanded="true" %}
0 commit comments