storj/private/apigen/example/apidocs.gen.md
Egon Elbre 273ebd61d7 private/apigen/example: make it nicer
Change-Id: I1bd779090a902ed2b99b3993dc7cf61fc250f10f
2023-08-28 15:13:46 +00:00

881 B

API Docs

Description:

Version: v0

List of Endpoints

Update Content (go to full list)

POST /api/v0/docs/{path}

Query Params:

name type elaboration
id string UUID formatted as 00000000-0000-0000-0000-000000000000
date string Date timestamp formatted as 2006-01-02T15:00:00Z

Path Params:

name type elaboration
path string

Request body:

{
	content: string
}

Response body:

{
	id: string // UUID formatted as `00000000-0000-0000-0000-000000000000`
	date: string // Date timestamp formatted as `2006-01-02T15:00:00Z`
	pathParam: string
	body: string
}