Update content metadata
PUT/content/:id
Updates the metadata on an existing content row. For a private APK this is where the console writes the package name, version code, signing fingerprint and app label it parsed in-browser; POST /api/v1/content/{id}/attach-upload rejects the bind if any of those are still absent. Registered on both PUT and PATCH with identical behaviour.
Request
Responses
- 200
- 400
- 404
- 500
Updated content record
Invalid content ID or request body
Content not found
Failed to process request