• likzn's avatar
    In the field capabilities API, re-add support for `fields` in the request body (#88972) · f28f4545
    likzn authored
    We previously removed support for `fields` in the request body, to ensure there
    was only one way to specify the parameter. We've now decided to undo the
    change, since it was disruptive and the request body is actually the best place to
    pass variable-length data like `fields`.
    
    This PR restores support for `fields` in the request body. It throws an error
    if the parameter is specified both in the URL and the body.
    
    Closes #86875
    f28f4545
To find the state of this project's repository at the time of any of these versions, check out the tags.