[PHP-WEBMASTER] [web-downloads] main: Add index in API.md

Author: Shivam Mathur (shivammathur)
Date: 2026-04-10T06:48:19+05:30

Commit: Add index in API.md · php/web-downloads@fae65db · GitHub
Raw diff: https://github.com/php/web-downloads/commit/fae65dbd26cd65726ea5d2ff81d736e60e9b41f8.diff

Add index in API.md

Changed paths:
  M API.md

Diff:

diff --git a/API.md b/API.md
index 419c181..046a3c0 100644
--- a/API.md
+++ b/API.md
@@ -23,6 +23,18 @@
- 405 Method Not Allowed: Path exists but HTTP method is not allowed; response lists allowed methods.
- 500 Internal Server Error: Uncaught errors (e.g., download failure, malformed JSON, or other exceptions).

+### Endpoints
+
+- [`GET /api/list-builds`](#get-apilist-builds)
+- [`POST /api/delete-pending-job`](#post-apidelete-pending-job)
+- [`POST /api/php`](#post-apiphp)
+- [`POST /api/pecl`](#post-apipecl)
+- [`POST /api/winlibs`](#post-apiwinlibs)
+- [`POST /api/series-init`](#post-apiseries-init)
+- [`POST /api/series-delete`](#post-apiseries-delete)
+- [`POST /api/series-update`](#post-apiseries-update)
+- [`POST /api/series-stability`](#post-apiseries-stability)
+
---

### GET /api/list-builds