APIReference
Job Specs API
Generated OpenAPI reference for the Job Specs API surface.
Overview
Job Specs endpoints are part of the public Everyn API. Reusable job specs and immutable job-spec versions.
Endpoints
The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.
Endpoint summary for quick scanning before using the generated reference:
| Method | Path | Summary |
|---|---|---|
GET | /v1/job-specs | List Job Specs |
POST | /v1/job-specs | Create Job Spec |
GET | /v1/job-specs/{job_spec_id} | Get Job Spec |
PATCH | /v1/job-specs/{job_spec_id} | Update Job Spec |
GET | /v1/job-specs/{job_spec_id}/versions | List Job Spec Versions |
GET | /v1/job-specs/{job_spec_id}/versions/{version_id} | Get Job Spec Version |
Loading API reference...