Add personnel to the project
Developing
PUT
/openapi/v0.1/project/member
X-User-Token
parameter in the Header, and set the project UUID through the X-Project-Uuid
parameter in the Headers.Add personnel to the project corresponding to
X-Project-Uuid
by passing in user_id
.user_id
can be parsed from the JWT token by referring to the authentication tutorial.Request
Header Params
X-Request-Id
string <uuid>
required
X-Language
enum<string>
optional
Allowed values:
zhen
Default:
zh
X-Project-Uuid
string
optional
Default:
{{X-Project-Uuid}}
Body Params application/json