关联iam项目

Request method/request path

PUT /ms/openapi/api/apigw/v3/permission/move/projects/{projectCode}/relationProject

Resource description

Associated iam project

Input parameter description

Query parameter

Parameter nameParameter typemustParameter descriptionDefault value

relationId

string

is

ID of the iam tier administrator

Path parameter

Parameter nameParameter typemustParameter descriptionDefault value

projectCode

string

is

Project Code

response

HTTP codedescriptionParameter type

200

successful operation

Request sample

curl -X PUT '[Please replace API address bar request address]? relationId={relationId}' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

{  "data" : true,  "message" : "String",  "status" : 0 } 

Data return wrapper model Boolean

Parameter nameParameter typemustParameter description

data

boolean

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated