Skip to content

Commit 5aa8c82

Browse files
authored
Revert "nobody" to "no body"
1 parent 446f8ce commit 5aa8c82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

developer_docs/public_api_proposed.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Refer to [Public API](./public_api.md) for the current version of the API.
2222
Fetch a sketch.
2323

2424
### Request format
25-
Nobody.
25+
No body.
2626

2727
### Response format
2828
Returns `Sketch`.
@@ -56,7 +56,7 @@ Replace the sketch with an entirely new one, maintaining the same ID. Any existi
5656
See `Sketch` in Models above.
5757

5858
### Response format
59-
Nobody.
59+
No body.
6060

6161
### Example
6262

@@ -90,7 +90,7 @@ Update the sketch whilst maintaining existing data:
9090
See `Sketch` in Models above.
9191

9292
### Response format
93-
Nobody.
93+
No body.
9494

9595
### Example
9696
Change the name of the sketch
@@ -131,7 +131,7 @@ Files within a sketch can be individually accessed via their `path` e.g. `data/s
131131
Fetch the contents of a file.
132132

133133
### Request format
134-
Nobody.
134+
No body.
135135

136136
### Response format
137137
Returns file contents.
@@ -160,7 +160,7 @@ Update the name or contents of a file or directory.
160160
See `File` and `Directory` above.
161161

162162
### Response format
163-
Nobody.
163+
No body.
164164

165165
### Example: Change the file name
166166

@@ -209,10 +209,10 @@ Files are added to the directory, in addition to what is there.
209209
Delete a file/directory, and its contents.
210210

211211
### Request format
212-
Nobody.
212+
No body.
213213

214214
### Response format
215-
Nobody.
215+
No body.
216216

217217
### Example: Delete file
218218

0 commit comments

Comments
 (0)