You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2020/08/28 19:06:45 UTC

[openwhisk-apigateway] branch master updated: Update management_interface_v2.md

This is an automated email from the ASF dual-hosted git repository.

mhamann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ef42e3  Update management_interface_v2.md
5ef42e3 is described below

commit 5ef42e30222cbf1bec2cc480d81d62877be3ada1
Author: Mr.Yang <45...@users.noreply.github.com>
AuthorDate: Fri Aug 28 15:00:35 2020 +0800

    Update management_interface_v2.md
    
    Artifact_id is required when modifying the API using V2.
---
 doc/v2/management_interface_v2.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/v2/management_interface_v2.md b/doc/v2/management_interface_v2.md
index b81ec6f..31ab76b 100644
--- a/doc/v2/management_interface_v2.md
+++ b/doc/v2/management_interface_v2.md
@@ -163,10 +163,11 @@ _returns:_
 Once you have created your API, you can invoke this API by concatenating the `managed_url` with a path specified in your OpenAPI doc.
 
 
-### PUT /v2/{tenant_id}/apis
+### PUT /v2/{tenant_id}/apis/{artifact_id}
 Update an existing managed API.
 
 * `tenant_id`: *(string) the tenant associated with this API
+* `artifact_id`: *(string) the id associated with this API
 * The body is a JSON object that represents this API's [OpenAPI 2.0 spec](http://swagger.io/specification/), as decribed above
 
 _returns:_