From e27b5a203d0e935d0d79f9b44ea8da37945301e7 Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Tue, 31 Mar 2026 14:31:39 -0700 Subject: [PATCH] fix links from doc to openapi components --- DALI.tex | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DALI.tex b/DALI.tex index 5b153ad..ff03118 100644 --- a/DALI.tex +++ b/DALI.tex @@ -1162,7 +1162,7 @@ \subsubsection{VERSION} \subsubsection{RESPONSEFORMAT} \label{sec:RESPONSEFORMAT} -OpenAPI component: \auxiliaryurl{openapi/dali-responseformat.yaml} +OpenAPI component:\\ \auxiliaryurl{openapi/dali/dali-responseformat.yaml} The RESPONSEFORMAT parameter is used so the client can specify the format of the response (e.g. the output of the job). For DALI-sync requests, this is the @@ -1234,7 +1234,7 @@ \subsubsection{RESPONSEFORMAT} \subsubsection{MAXREC} \label{sec:MAXREC} -OpenAPI component: \auxiliaryurl{openapi/dali-maxrec.yaml} +OpenAPI component:\\ \auxiliaryurl{openapi/dali/dali-maxrec.yaml} For services performing discovery (querying for an arbitrary number of records), the query endpoints must accept MAXREC parameters specifying the maximum @@ -1257,7 +1257,7 @@ \subsubsection{MAXREC} \subsubsection{UPLOAD} \label{sec:UPLOAD} -OpenAPI component: \auxiliaryurl{openapi/dali-upload.yaml} +OpenAPI component:\\ \auxiliaryurl{openapi/dali/dali-upload.yaml} The UPLOAD parameter is used to reference read-only external resources (typically files) via their URI, to be uploaded for use as input data to diff --git a/Makefile b/Makefile index 386703d..c010e3e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DOCNAME = DALI DOCVERSION = 1.2 # Publication date, ISO format; update manually for "releases" -DOCDATE = 2025-10-24 +DOCDATE = 2026-03-31 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = PR