Skip to main content

Update a user-profile contributor relationship by id​

Update a user-profile contributor relationship by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • user_profile object
  • user_id uuid

    The user_id

  • profile_id uuid

    The profile_id

  • ne_attribute_id uuid

    The ne_attribute_id

  • relationship_type string

    Possible values: [owner, contributor]

    The relationship_type

Responses

Expected response to a valid request


Schema
  • user_profile object
  • id uuid

    The id

  • uid string

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

    the uid

  • user_id uuid

    The user id

  • profile_id uuid

    The profile_id

  • ne_attribute_id uuid

    The ne_attribute_id

  • relationship_type string

    Possible values: [owner, contributor]

    the relationship_type

Loading...