Function updateSpaceAssignment

  • Updates a single assignment by assignment ID. Use GET /spaces/{spaceId}/assignments to list all users and groups assigned to the space and their assignment ID. The complete list of roles must be provided.

    Parameters

    • spaceId: string

      The ID of the space of the assignment.

    • assignmentId: string

      The ID of the assignment to update.

    • body: AssignmentUpdate

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<UpdateSpaceAssignmentHttpResponse>

    UpdateSpaceAssignmentHttpError