Force-publish a note with JSON:API format (admin only).
This endpoint allows administrators to manually publish notes that haven’t met automatic publication thresholds. The note is marked with force_published flags for transparency, and the action is logged with admin user ID and timestamp.
Requires admin authentication (service accounts, Open Notes admins, or community admins).
Returns JSON:API formatted response with updated note resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
JSON:API response for a single note resource.
JSON:API resource object for a note.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.