From 8d2b6b1da15b01ec69e1ce4ab70ffef9051efa84 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Fri, 31 May 2024 14:27:26 -0500 Subject: [PATCH] add mirror to readme --- README.md | 2 ++ buds/01.md | 2 +- buds/02.md | 2 +- buds/04.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4879df7..ee195af 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Blossom Servers expose four endpoints for managing blobs - `Authentication` _(optional)_: Signed [nostr event](./buds/01.md#list-authorization-optional) - `DELETE /` [BUD-2](./buds/02.md#delete-sha256---delete-blob) - `Authentication`: Signed [nostr event](./buds/01.md#delete-authorization-required) +- `PUT /mirror` [BUD-04](./buds/04.md#put-mirror---mirror-blob) + - `Authentication`: Signed [nostr event](./buds/01.md#upload-authorization-required) ## Protocol specification (BUDs) diff --git a/buds/01.md b/buds/01.md index 813de13..813f8c0 100644 --- a/buds/01.md +++ b/buds/01.md @@ -2,7 +2,7 @@ BUD-01 ====== Server requirements and blob reterival ---------------------- +-------------------------------------- `draft` `mandatory` diff --git a/buds/02.md b/buds/02.md index 993b9c2..e645943 100644 --- a/buds/02.md +++ b/buds/02.md @@ -2,7 +2,7 @@ BUD-02 ====== Blob upload and management ---------------------- +-------------------------- `draft` `optional` diff --git a/buds/04.md b/buds/04.md index c4e1d8d..0b0191b 100644 --- a/buds/04.md +++ b/buds/04.md @@ -2,7 +2,7 @@ BUD-04 ====== Mirroring blobs ---------------------- +--------------- `draft` `optional`