Skip to main content

Update a profile type by id​

Update a profile type by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • profile_type object
  • name string

    The name

  • bypass_dup_protection boolean

    Bypass duplicate protection

  • archived boolean

    Is the profile type archived

  • permitted_role_ids uuid[]

    Permitted role ids

  • profile_type_dup_attributes object[]

    Profile type duplicate attributes

  • id uuid

    The ID

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uid

  • profile_type_id uuid

    The profile type id

  • ne_attribute_id uuid

    The ne_attribute_id

  • profile_type_namings object[]

    Profile type namings

  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • profile_type_id uuid

    The profile type id

  • ne_attribute_id uuid

    The ne_attribute_id

  • order integer

    The order the profile type appears

Responses

Expected response to a valid request


Schema
  • profile_type object
  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uid

  • name string

    the name

  • bypass_dup_protection boolean

    bypass duplicate protection?

  • archived boolean

    is this profile type archived?

  • permitted_role_ids uuid[]

    permitted role_ids for this profile_type

  • profile_type_dup_attributes object[]

    The profile type duplicate attributes

  • id uuid

    the id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • profile_type_namings object[]

    the profile type namings

  • id uuid

    the id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • order int32

    the order

Loading...