Request

Response

    Inputs

    RenameProjectInput

    input

    Input object for renaming a project.


    Fields

    projectId*
    ID! non-null
    ID of the project.
    name*
    String! non-null
    Project name to be updated.
    * Required
    Was this section useful?


    Where Used

    UsageUsed ByDescription
    Input for Mutation renameProject Rename a project.
    Was this section useful?