Update Member with Account Roles

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-update-member-with-roles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_update-member-with-roles",
  "title": "Update Member with Account Roles",
  "allOf": [
    {
      "$ref": "#/components/schemas/iam_member"
    }
  ]
}