diff --git a/api-doc/notes/index.apib b/api-doc/notes/index.apib index 95a9892..2ca1111 100644 --- a/api-doc/notes/index.apib +++ b/api-doc/notes/index.apib @@ -54,7 +54,6 @@ + Response 200 (application/json) + Attributes (object) - + title: Kotlin (string) + tags: Dev, Server (array[string]) + chapters (array) + (Chapter) diff --git a/docs/index.html b/docs/index.html index 295d5b7..c840ea6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -113,7 +113,6 @@ } }
/notes/{noteTitle}string (required) Example: KotlinThe title of the Note.
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5cContent-Type: application/json{
- "title": "Kotlin",
"tags": [
"Dev",
"Server"
@@ -132,9 +131,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
- "title": {
- "type": "string"
- },
"tags": {
"type": "array"
},
@@ -221,7 +217,7 @@
"type": "array"
}
}
-}Generated by aglio on 19 Apr 2020