We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fdf5e commit d0cd4a7Copy full SHA for d0cd4a7
src/rest.md
@@ -123,7 +123,7 @@ Sets the directory path for either the left or right view.
123
**Path:** `/API/zombie/setdir`
124
**Content-Type:** `application/json`
125
126
-### Post Request Schema
+### Request Schema
127
128
| Field | Type | Required | Description |
129
|-------|------|----------|-------------|
@@ -141,6 +141,6 @@ Sets the directory path for either the left or right view.
141
142
### Example Response
143
144
-**Status Codes:**
+**HTTP Status Codes:**
145
- `204 No Content` - Directory successfully set
146
- `422 Unprocessable Entity` - Invalid request data / target dir, does not exist.
0 commit comments