running

Sets the ACLs that control who can manage the running environments belonging to the given owner

put/running/{owner}/acls

Path parameters

ownerstring required

The username of the user whose resources that you wish to access

Request body

additionalPropertiesobject

Example request

{
  "read": {
    "allowed": [
      "aaron",
      "*"
    ],
    "forbidden": [
      "danielle"
    ]
  },
  "write": {
    "allowed": [
      "bob",
      "cindy"
    ],
    "forbidden": [
      "danielle",
      "eve"
    ]
  },
  "admin": {
    "allowed": [
      "bob"
    ]
  }
}

Response

ACLs were successfully updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.