Slurm 21.08.3

openapi/v0.0.37

Allow strings for JobIds instead of only numerical JobIds.

Change job_id parameter to string
  • .paths."/job/{job_id}".get.parameters[].schema
  • .paths."/job/{job_id}".post.parameters[].schema
  • .paths."/job/{job_id}".delete.parameters[].schema

openapi/dbv0.0.37

Correct placement of step TRES

previous path .components.schemas."dbv0.0.37_job_step".properties.step.properties.tres
new path .components.schemas."dbv0.0.37_job_step".properties.tres

openapi/dbv0.0.36

Correct placement of step TRES

previous path .components.schemas."dbv0.0.36_job_step".properties.step.properties.tres
new path .components.schemas."dbv0.0.36_job_step".properties.tres