Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need to pass Put.expectedContent() #6438

Merged
merged 2 commits into from
Mar 30, 2023

Commits on Mar 30, 2023

  1. Remove the need to pass Put.expectedContent()

    `expectedContent` was originally introduced for global-state, which has
    been removed a while ago.
    
    The field `expectedContent` is still present and used for REST API v1,
    but excluded for REST API v2.
    snazy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a932ad3 View commit details
    Browse the repository at this point in the history
  2. fix description

    snazy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0843d07 View commit details
    Browse the repository at this point in the history