From b68cffef73411f50ef3c7205cb288fafe5d105c5 Mon Sep 17 00:00:00 2001 From: Sebastian LaVine Date: Tue, 22 Feb 2022 17:57:13 -0500 Subject: Add missing legacy notices to REST API documentation --- builds.sr.ht/api.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'builds.sr.ht') diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md index 1a96797..498d687 100644 --- a/builds.sr.ht/api.md +++ b/builds.sr.ht/api.md @@ -2,6 +2,9 @@ title: builds.sr.ht API reference --- +**NOTICE**: This is the documentation for the legacy REST API. It is being +replaced with the [GraphQL API](graphql.md). + The builds.sr.ht API allows you to insert jobs, monitor their progress, and access some information about the build system. Authentication to this API is brokered by meta.sr.ht. This API uses standard sr.ht error responses. All -- cgit