Home
Version 3
Spaces API

Spaces API

Associate Manager with the Space

PUT /v2/spaces/:guid/managers/:manager_guid

Request

Route

PUT /v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/managers/uaa-id-41

Parameters

Name Description Valid Values Example Values
guid The guid of the Space
manager_guid The guid of the manager

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyIiwiZW1haWwiOiJlbWFpbC0yNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ5NTMxNTA4fQ.j3XMmxrxwRON6mdNf6j9xInfANrKndSkzD9eHIBbw1w
Host: example.org
Content-Type: application/x-www-form-urlencoded
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/managers/uaa-id-41" -d '' -X PUT \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyIiwiZW1haWwiOiJlbWFpbC0yNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ5NTMxNTA4fQ.j3XMmxrxwRON6mdNf6j9xInfANrKndSkzD9eHIBbw1w" \
	-H "Host: example.org" \
	-H "Content-Type: application/x-www-form-urlencoded" \
	-H "Cookie: "

Response

Status

201 Created

Body

{
  "metadata": {
    "guid": "ad13730a-471f-4694-8328-a54a6eda8abb",
    "url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb",
    "created_at": "2015-11-30T23:38:28Z",
    "updated_at": null
  },
  "entity": {
    "name": "name-89",
    "organization_guid": "61c050af-7f0e-4387-8e8d-8779ccc95ed5",
    "space_quota_definition_guid": null,
    "allow_ssh": true,
    "organization_url": "/v2/organizations/61c050af-7f0e-4387-8e8d-8779ccc95ed5",
    "developers_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/developers",
    "managers_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/managers",
    "auditors_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/auditors",
    "apps_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/apps",
    "routes_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/routes",
    "domains_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/domains",
    "service_instances_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/service_instances",
    "app_events_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/app_events",
    "events_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/events",
    "security_groups_url": "/v2/spaces/ad13730a-471f-4694-8328-a54a6eda8abb/security_groups"
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 1276
X-Content-Type-Options: nosniff