Skip to main content

Updates a project

Updates a specific project

Path Parameters
    projectId string required

    The project ID.

Request Body required

Request Body.

    accessControl object nullable
    accessInfo object[] nullable
  • Array [
  • email string nullable
    id string nullable
    name string nullable
    type string nullable
  • ]
  • accessType int32

    Possible values: [1, 2, 3]

    Default value: 1

    groupIdAccessList string[] nullable
    userIdAccessList string[] nullable
    description string nullable
    iconBackgroundColor string nullable
    iconUrl string nullable
    name string nullable
    tags object[] nullable
  • Array [
  • id string nullable
    name string nullable
  • ]
Responses

The updated project.


Schema
    accessControl object nullable
    accessInfo object[] nullable
  • Array [
  • email string nullable
    id string nullable
    name string nullable
    type string nullable
  • ]
  • accessType int32

    Possible values: [1, 2, 3]

    Default value: 1

    groupIdAccessList string[] nullable
    userIdAccessList string[] nullable
    createdById string nullable
    createdByName string nullable
    createdUtc date-time nullable
    customerId string nullable
    description string nullable
    iconBackgroundColor string nullable
    iconUrl string nullable
    id string nullable
    isDeleted boolean nullable
    isShared boolean nullable
    lastModifiedUtc date-time nullable
    name string nullable
    qPanelPrototypeId string nullable
    readReceipts object[] nullable
  • Array [
  • timeStamp date-time nullable
    userId string nullable
    userName string nullable
  • ]
  • shareInformation object nullable
    shareDetails object
    accessMode string nullable
    invitedUsersCanShareInternally boolean nullable
    shareFunctionalities object nullable
    analysisActions object nullable
    createQuestions boolean nullable
    createWeightSet boolean nullable
    exportToExcel boolean nullable
    exportToPpt boolean nullable
    exportToWord boolean nullable
    analysisTypes object nullable
    chart boolean nullable
    crossTable boolean nullable
    data boolean nullable
    dig boolean nullable
    qTable boolean nullable
    report boolean nullable
    script boolean nullable
    topline boolean nullable
    sharedById string nullable
    sharedByMessage string nullable
    sharedByName string nullable
    sharedDateUtc date-time nullable
    shareUsers object[] nullable
  • Array [
  • email string nullable
    invitedDateUtc date-time nullable
    isSubAccountUser boolean nullable
    status string nullable
    statusChangedDateUtc date-time nullable
    subAccountId string nullable
  • ]
  • sharedProjectInformation object nullable
    accessMode string nullable
    canShareInternally boolean nullable
    originatorId string nullable
    shareFunctionalities object nullable
    analysisActions object nullable
    createQuestions boolean nullable
    createWeightSet boolean nullable
    exportToExcel boolean nullable
    exportToPpt boolean nullable
    exportToWord boolean nullable
    analysisTypes object nullable
    chart boolean nullable
    crossTable boolean nullable
    data boolean nullable
    dig boolean nullable
    qTable boolean nullable
    report boolean nullable
    script boolean nullable
    topline boolean nullable
    sharedById string nullable
    sharedByMessage string nullable
    sharedByName string nullable
    tags object[] nullable
  • Array [
  • id string nullable
    name string nullable
  • ]
  • type string nullable
Loading...