diff --git a/README.md b/README.md index d1f26b8..f4b8167 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ client.listRestapis().then(function (restapis) { ## API - `new Client({ accessKeyId, region, secretAccessKey })` - `createDeployment({ cacheClusterEnabled, cacheClusterSize, description, restapiId, stageDescription, stageName }) -> Promise` -- `client.createResources({ parentId, pathPart, restapiId, }) -> Promise` +- `client.createResources({ paths, restapiId, }) -> Promise` - `client.createRestapi({ name }) -> Promise` - `client.deleteModel({ modelName, restapiId }) -> Promise` - `deleteRestapi({ restapiId }) -> Promise`