mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-08-24 08:32:32 +02:00
* Move child_request API endpoint for conststency. (#330) * Move get RFC 8183 Publisher Request API endpoints (#330) * Accept XML and json to add/update parent on same endpoints (#330) * Simplify the JSON to add a child and remove unused fields. (#330) * Update path to child_request in openapi spec. * Update path to publisher request. * Update api spec and documentation. * Fix update parent API documentation and call by CLI. * CLI stability * Update pubd OpenAPI spec t o match changes made to the Krill API. * Update the e2e test client code to submit only the id_cert and not the whole RFC8183 request, as required by changes made to the Krill API. Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>