Projects
Create project with invitation
Create a new public cloud project with a user invitation
post/1/public_clouds/{public_cloud_id}/projects/invite
Path parameters
public_cloud_idinteger required
Public Cloud Identifier
Request body
Example request
{
"project_name": "MyProject",
"user_description": "My new user"
}Response
Accepted
Example response
{
"result": "asynchronous"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.