hydra-api: implement DELETE /jobset/{project-id}/{jobset-id}
[?]
Apr 27, 2021, 11:12 PM
KKAVBWFRUFMGAHC37Q2HN4CLRPDJMVQU4SDRMBQ6BI223NFYWGYQCDependencies
- [2]
LX326CB7Add hydra OpenAPI description (#750)
Change contents
- edit in hydra-api.yaml at line 373
delete:summary: Deletes a jobset designated by project and jobset idparameters:- name: project-idin: pathdescription: name of the project the jobset belongs torequired: trueschema:type: string- name: jobset-idin: pathdescription: name of the jobset to retrieverequired: trueschema:type: stringresponses:'200':description: jobset successfully deletedcontent:application/json:schema:type: objectproperties:redirect:type: stringdescription: root of the Hydra instance'404':description: jobset couldn't be foundcontent:application/json:schema:$ref: '#/components/schemas/Error'