We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I do a curl to update a resource file like this:
curl -F "[email protected]" -H 'Accept: application/json' -H 'X-Api-Key: eyJhb…' 'https://www.data.gouv.fr/api/1/datasets/616d6531c2951bbe8bd97771/resources/c856f2aa-19d7-4921-8da1-c72d67f5c2a5/upload/'
After the upload, the resource title has changed from "Région Guadeloupe (01) - année 2019" to "rpg-bio-2019-r01.geojson.gz".
In a nutshell, I have lost some content whereas my expectation was to solely replace a resource file.
When I replace a resource, I want to preserve its existing title.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed Description
I do a curl to update a resource file like this:
After the upload, the resource title has changed from "Région Guadeloupe (01) - année 2019" to "rpg-bio-2019-r01.geojson.gz".
In a nutshell, I have lost some content whereas my expectation was to solely replace a resource file.
Context
When I replace a resource, I want to preserve its existing title.
The text was updated successfully, but these errors were encountered: