Skip to content

Update shiftPreferences patch is not supported #119

Description

@yinchen

For update shiftPreferences API, the documentation is pointing to use PATCH method. However PATCH is not supported and PUT has to be used.
But the msgraph java sdk only support patch method

    graphSdkClient
            .users()
            .byUserId("id")
            .settings()
            .shiftPreferences()
            .patch()

which will fail. This is causing missing support for updating shiftPreferences using msgraph java sdk.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions