Changelog
2026-06-02
API Changelog v2-20260601-52e5f40b8c vs. v2-20260602-9a00fffbef
DELETE /{administration_id}/assets/{id}/sources/{detail_id}{format}
- api operation id
delete_administration_id_assets_id_sources_detail_idremoved and replaced withdelete_administration_id_assets_id_sources_source_id
POST /{administration_id}/assets/{id}/sources{format}
- ⚠️ removed the request property
detail_id - added
subschema #1, subschema #2to the request bodyoneOflist - added the optional property
general_journal_document_entry_idto the response with the201status
GET /{administration_id}/assets/{id}{format}
- added the optional property
sources/items/general_journal_document_entry_idto the response with the200status
PATCH /{administration_id}/assets/{id}{format}
- added the optional property
sources/items/general_journal_document_entry_idto the response with the200status
GET /{administration_id}/assets{format}
- added the optional property
items/sources/items/general_journal_document_entry_idto the response with the200status
POST /{administration_id}/assets{format}
- added the optional property
sources/items/general_journal_document_entry_idto the response with the201status
API Changelog v2-20260602-b21bd9f0d9 vs. v2-20260602-14cd5a1579
PATCH /{administration_id}/webhooks/{id}/activate{format}
- added the optional property
secretto the response with the200status
PATCH /{administration_id}/webhooks/{id}/deactivate{format}
- added the optional property
secretto the response with the200status
GET /{administration_id}/webhooks{format}
- added the optional property
items/secretto the response with the200status
POST /{administration_id}/webhooks{format}
- added the optional property
secretto the response with the201status
Last modified on