Skip to content

Notification documentation includes incorrect resource #689

@stevenbal

Description

@stevenbal

Product versie / Product version

3.3.1 / latest

Omschrijf het probleem / Describe the bug

Noticed this just now, the documentation for notifications for Objects (https://github.com/maykinmedia/objects-api/blob/master/src/notificaties.md), which is generated via src/manage.py generate_notificaties --output-file src/notificaties.md mentions that it sends notifications for resource objectrecord, when in practice it only sends notifications for object (as can be seen in the tests)

Stappen om te reproduceren / Steps to reproduce

  1. Have notifications enabled
  2. Perform any API operation on object
  3. Observe that the resulting notification has resource: object

Verwacht gedrag / Expected behavior

The notification documentation should state the correct resource (object)

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions