From 08e1433088ecd3d2ed0b03a5505701cf1e7211dc Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 22 Nov 2025 23:23:09 +0100 Subject: [PATCH] Update README: Remove custom peer ID documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 8def015..968122c 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,7 @@ Health check endpoint with version #### `POST /register` Register a new peer and receive credentials (peerId + secret) -**Request (optional):** -```json -{ - "peerId": "my-custom-peer-id" -} -``` - -**Notes:** -- `peerId` (optional): Custom peer ID (1-128 characters). If not provided, a random ID will be generated. -- Returns 409 Conflict if the custom peer ID is already in use. +Generates a cryptographically random 128-bit peer ID. **Response:** ```json