Grant access to project by code.

POST {{baseUrl}}/project/:code/access

This method allows to grant access to a specific project.

Request Body

{"member_id"=>2}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true}