Actions: API, command, and jobspec docs (#19166)

* API command and jobspec docs

* PR comments addressed

* API docs for job/jobid/action socket

* Removing a perhaps incorrect origin of job_id across the jobs api doc

* PR comments addressed
This commit is contained in:
Phil Renaud
2023-11-30 14:13:37 -05:00
committed by GitHub
parent 67bbcc4a4f
commit d104432cd3
6 changed files with 452 additions and 40 deletions

View File

@@ -514,6 +514,10 @@
"title": "Overview",
"path": "commands/job"
},
{
"title": "action",
"path": "commands/job/action"
},
{
"title": "allocs",
"path": "commands/job/allocs"
@@ -1596,6 +1600,10 @@
}
]
},
{
"title": "action",
"path": "job-specification/action"
},
{
"title": "artifact",
"path": "job-specification/artifact"