Skip to content

Commit

Permalink
Merge pull request hzrd149#19 from sebdeveloper6952/master
Browse files Browse the repository at this point in the history
bud-01: typos
  • Loading branch information
hzrd149 authored Jul 22, 2024
2 parents 2f6b7d9 + 402e11f commit 8bb5b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buds/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Authorization: Nostr eyJpZCI6IjhlY2JkY2RkNTMyOTIwMDEwNTUyNGExNDI4NzkxMzg4MWIzOWQ

## Endpoints

All endpoints MUST be served from the root path (eg. `https://cdn.example.com/upload`, etc). This allows clients to talk to servers interchangeably when uploading or reteriving blobs
All endpoints MUST be served from the root path (eg. `https://cdn.example.com/upload`, etc). This allows clients to talk to servers interchangeably when uploading or retrieving blobs

## Error Responses

Expand Down Expand Up @@ -101,7 +101,7 @@ In this case the server MUST perform additional checks on the authorization even

If the client did not send an `Authorization` header the server must respond with the appropriate HTTP status code `401` (Unauthorized)

Example event for retreiving a single blob:
Example event for retrieving a single blob:

```json
{
Expand All @@ -119,7 +119,7 @@ Example event for retreiving a single blob:
}
```

Example event for retreiving multiple blobs from single server:
Example event for retrieving multiple blobs from single server:

```json
{
Expand Down

0 comments on commit 8bb5b7b

Please sign in to comment.