Skip to content

Commit 2c84f58

Browse files
committed
More clarification of request body / resource
1 parent 60e1ccf commit 2c84f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ google.auth.getApplicationDefault(function(err, authClient) {
298298
});
299299
```
300300

301+
### Specifying Request Body
302+
303+
The body of the request is specified in the `resource` parameter object of the request. The resource/body is specified as a JavaScript object with key/value pairs. See the example in the next section below for an example on how it is specified.
304+
301305
### Media Uploads
302306

303307
This client supports multipart media uploads. The resource parameters are

0 commit comments

Comments
 (0)