Add missing legacy notices to REST API documentation

This commit is contained in:
Sebastian LaVine 2022-02-22 17:57:13 -05:00 committed by Drew DeVault
parent 8210a9d155
commit b68cffef73
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -2,6 +2,9 @@
title: lists.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 lists.sr.ht API allows you to browse, create, and subscribe to mailing lists
on lists.sr.ht programmatically. This API follows the [standard sourcehut API
conventions](/api-conventions.md).