Skip to content

Commit b794f1c

Browse files
committed
fix spaces
1 parent 1edf27c commit b794f1c

File tree

6 files changed

+57
-57
lines changed

6 files changed

+57
-57
lines changed

api/media-api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const MediaApiAxiosParamCreator = function (configuration?: Configuration
164164
* @param {string} mediaId Media ID to retrieve.
165165
* @param {File} body
166166
* @param {string} [contentType] The media type of the entity-body.
167-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
167+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
168168
* @param {*} [options] Override http request option.
169169
* @throws {RequiredError}
170170
*/
@@ -272,7 +272,7 @@ export const MediaApiFp = function(configuration?: Configuration) {
272272
* @param {string} mediaId Media ID to retrieve.
273273
* @param {File} body
274274
* @param {string} [contentType] The media type of the entity-body.
275-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
275+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
276276
* @param {*} [options] Override http request option.
277277
* @throws {RequiredError}
278278
*/
@@ -332,7 +332,7 @@ export const MediaApiFactory = function (configuration?: Configuration, basePath
332332
* @param {string} mediaId Media ID to retrieve.
333333
* @param {File} body
334334
* @param {string} [contentType] The media type of the entity-body.
335-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
335+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
336336
* @param {*} [options] Override http request option.
337337
* @throws {RequiredError}
338338
*/
@@ -395,7 +395,7 @@ export class MediaApi extends BaseAPI {
395395
* @param {string} mediaId Media ID to retrieve.
396396
* @param {File} body
397397
* @param {string} [contentType] The media type of the entity-body.
398-
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
398+
* @param {string} [cacheControl] General-header field is used to specify directives that MUST be obeyed by all caching mechanisms along the request/response chain.
399399
* @param {*} [options] Override http request option.
400400
* @throws {RequiredError}
401401
* @memberof MediaApi

0 commit comments

Comments
 (0)