Update an existing rating with JSON:API format.
JSON:API 1.0 requires:
Users can only update ratings they submitted or if they are a community admin. Service accounts can update any rating.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
JSON:API request body for updating a rating.
JSON:API data object for rating update.
Successful Response
JSON:API response for a single rating resource.
JSON:API resource object for a rating.
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.