From ae6d6c34cc36ead43f5dc0ed4df4c4a39eb187de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 23 May 2021 21:36:11 +0200 Subject: [PATCH] Update documentation --- .../documentation/documentation/1.0.0/full_documentation.json | 2 +- extensions/documentation/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index 63e8fee..2eb26b2 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -11,7 +11,7 @@ "url": "https://o-k-i.net" }, "license": null, - "x-generation-date": "05/22/2021 11:23:50 PM" + "x-generation-date": "05/23/2021 4:39:16 PM" }, "x-strapi-config": { "path": "/dokiman", diff --git a/extensions/documentation/public/index.html b/extensions/documentation/public/index.html index 1ab0f04..6dbbf21 100644 --- a/extensions/documentation/public/index.html +++ b/extensions/documentation/public/index.html @@ -33,7 +33,7 @@ window.onload = function() { const ui = SwaggerUIBundle({ url: "https://petstore.swagger.io/v2/swagger.json", - spec: {"openapi":"3.0.0","info":{"version":"1.0.0","title":"#OKi API Dokiman","description":"","termsOfService":null,"contact":{"name":"#OKi","email":"kontak@o-k-i.net","url":"https://o-k-i.net"},"license":null,"x-generation-date":"01/05/2021 2:09:59 AM"},"x-strapi-config":{"path":"/dokiman","showGeneratedFiles":true,"generateDefaultResponse":true,"pluginsForWhichToGenerateDoc":[]},"servers":[{"url":"https://api.o-k-i.net","description":"Production server"},{"url":"http://localhost:1337","description":"Development server"},{"url":"http://localhost:1337","description":"Staging server"}],"externalDocs":null,"security":[{"bearerAuth":[]}],"paths":{"/awtis":{"get":{"deprecated":false,"description":"Find all the awtis's records","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Awtis"}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[]},"post":{"deprecated":true,"description":"Create a new awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewAwtis"}}}}}},"/awtis/count":{"get":{"deprecated":false,"description":"Retrieve the numver of awtis documents","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"properties":{"count":{"type":"integer"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[]}},"/awtis/{id}":{"get":{"deprecated":false,"description":"Find one awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"put":{"deprecated":true,"description":"Update a single awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewAwtis"}}}},"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"delete":{"deprecated":true,"description":"Delete a single awtis record","responses":{"200":{"description":"deletes a single awtis based on the ID supplied","content":{"application/json":{"schema":{"type":"integer","format":"int64"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]}},"/slugs":{"get":{"deprecated":false,"description":"","responses":{"200":{"description":"response","content":{"application/json":{"schema":{"properties":{"foo":{"type":"string"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Slugs"],"parameters":[]}},"/teks":{"get":{"deprecated":false,"description":"Find all the teks's records","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Teks"}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[]},"post":{"deprecated":true,"description":"Create a new teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewTeks"}}}}}},"/teks/count":{"get":{"deprecated":false,"description":"Retrieve the numver of teks documents","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"properties":{"count":{"type":"integer"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[]}},"/teks/{id}":{"get":{"deprecated":false,"description":"Find one teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"put":{"deprecated":true,"description":"Update a single teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewTeks"}}}},"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"delete":{"deprecated":true,"description":"Delete a single teks record","responses":{"200":{"description":"deletes a single teks based on the ID supplied","content":{"application/json":{"schema":{"type":"integer","format":"int64"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]}}},"components":{"schemas":{"Awtis":{"required":["id","alias"],"properties":{"id":{"type":"string"},"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string","format":"date"},"foto":{"type":"array","items":{"required":["id","name","hash","mime","size","url","provider"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"alternativeText":{"type":"string"},"caption":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"formats":{"type":"object"},"hash":{"type":"string"},"ext":{"type":"string"},"mime":{"type":"string"},"size":{"type":"number"},"url":{"type":"string"},"previewUrl":{"type":"string"},"provider":{"type":"string"},"provider_metadata":{"type":"object"},"related":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"teks":{"type":"array","items":{"required":["id","tit","transkripsyon"],"properties":{"id":{"type":"string"},"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"component"},"lanne":{"type":"integer"},"lyen":{"type":"component"},"awtis":{"type":"array","items":{"type":"string"}},"kouteyAchtey":{"type":"component"},"slug":{"type":"string"},"kouveti":{"type":"string"},"published_at":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"published_at":{"type":"string","format":"date-time"}}},"NewAwtis":{"required":["alias"],"properties":{"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string","format":"date"},"teks":{"type":"array","items":{"type":"string"}},"published_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"Teks":{"required":["id","tit","transkripsyon"],"properties":{"id":{"type":"string"},"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"francais":{"type":"string"},"english":{"type":"string"}}},"lanne":{"type":"integer"},"lyen":{"type":"array","items":{"type":"object","required":["id","url","sit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"sit":{"type":"string","enum":["Youtube","Peertube","Dailymotion","Vimeo","Soundcloud","File"]}}}},"awtis":{"type":"array","items":{"required":["id","alias"],"properties":{"id":{"type":"string"},"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string"},"foto":{"type":"array","items":{"type":"string"}},"teks":{"type":"array","items":{"type":"string"}},"published_at":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"kouteyAchtey":{"type":"array","items":{"type":"object","required":["id","url","boutik"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"boutik":{"type":"string","enum":["Tidal","Spotify","Deezer","Qobuz","Youtubemusic","Applemusic","Amazon"]}}}},"slug":{"type":"string"},"kouveti":{"required":["id","name","hash","mime","size","url","provider"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"alternativeText":{"type":"string"},"caption":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"formats":{"type":"object"},"hash":{"type":"string"},"ext":{"type":"string"},"mime":{"type":"string"},"size":{"type":"number"},"url":{"type":"string"},"previewUrl":{"type":"string"},"provider":{"type":"string"},"provider_metadata":{"type":"object"},"related":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"published_at":{"type":"string","format":"date-time"}}},"NewTeks":{"required":["tit","transkripsyon"],"properties":{"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"francais":{"type":"string"},"english":{"type":"string"}}},"lanne":{"type":"integer"},"lyen":{"type":"array","items":{"type":"object","required":["id","url","sit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"sit":{"type":"string","enum":["Youtube","Peertube","Dailymotion","Vimeo","Soundcloud","File"]}}}},"awtis":{"type":"array","items":{"type":"string"}},"kouteyAchtey":{"type":"array","items":{"type":"object","required":["id","url","boutik"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"boutik":{"type":"string","enum":["Tidal","Spotify","Deezer","Qobuz","Youtubemusic","Applemusic","Amazon"]}}}},"slug":{"type":"string"},"published_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"Error":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"tags":[{"name":"Awtis"},{"name":"Slugs"},{"name":"Teks"}]}, + spec: {"openapi":"3.0.0","info":{"version":"1.0.0","title":"#OKi API Dokiman","description":"","termsOfService":null,"contact":{"name":"#OKi","email":"kontak@o-k-i.net","url":"https://o-k-i.net"},"license":null,"x-generation-date":"05/23/2021 4:39:16 PM"},"x-strapi-config":{"path":"/dokiman","showGeneratedFiles":true,"generateDefaultResponse":true,"pluginsForWhichToGenerateDoc":[]},"servers":[{"url":"https://api.o-k-i.net","description":"Production server"},{"url":"http://localhost:1337","description":"Development server"},{"url":"http://localhost:1337","description":"Staging server"}],"externalDocs":null,"security":[{"bearerAuth":[]}],"paths":{"/awtis":{"get":{"deprecated":false,"description":"Find all the awtis's records","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Awtis"}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[]},"post":{"deprecated":true,"description":"Create a new awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewAwtis"}}}}}},"/awtis/count":{"get":{"deprecated":false,"description":"Retrieve the numver of awtis documents","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"properties":{"count":{"type":"integer"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[]}},"/awtis/{id}":{"get":{"deprecated":false,"description":"Find one awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"put":{"deprecated":true,"description":"Update a single awtis record","responses":{"200":{"description":"Retrieve awtis document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Awtis"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewAwtis"}}}},"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"delete":{"deprecated":true,"description":"Delete a single awtis record","responses":{"200":{"description":"deletes a single awtis based on the ID supplied","content":{"application/json":{"schema":{"type":"integer","format":"int64"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Awtis"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]}},"/slugs":{"get":{"deprecated":false,"description":"","responses":{"200":{"description":"response","content":{"application/json":{"schema":{"properties":{"foo":{"type":"string"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Slugs"],"parameters":[]}},"/teks":{"get":{"deprecated":false,"description":"Find all the teks's records","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Teks"}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[]},"post":{"deprecated":true,"description":"Create a new teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewTeks"}}}}}},"/teks/count":{"get":{"deprecated":false,"description":"Retrieve the numver of teks documents","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"properties":{"count":{"type":"integer"}}}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[]}},"/teks/{id}":{"get":{"deprecated":false,"description":"Find one teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"put":{"deprecated":true,"description":"Update a single teks record","responses":{"200":{"description":"Retrieve teks document(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Teks"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"requestBody":{"description":"","required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NewTeks"}}}},"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]},"delete":{"deprecated":true,"description":"Delete a single teks record","responses":{"200":{"description":"deletes a single teks based on the ID supplied","content":{"application/json":{"schema":{"type":"integer","format":"int64"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"Not found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"default":{"description":"unexpected error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"summary":"","tags":["Teks"],"parameters":[{"name":"id","in":"path","description":"","deprecated":false,"required":true,"schema":{"type":"string"}}]}}},"components":{"schemas":{"Awtis":{"required":["id","alias"],"properties":{"id":{"type":"string"},"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string","format":"date"},"foto":{"type":"array","items":{"required":["id","name","hash","mime","size","url","provider"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"alternativeText":{"type":"string"},"caption":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"formats":{"type":"object"},"hash":{"type":"string"},"ext":{"type":"string"},"mime":{"type":"string"},"size":{"type":"number"},"url":{"type":"string"},"previewUrl":{"type":"string"},"provider":{"type":"string"},"provider_metadata":{"type":"object"},"related":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"teks":{"type":"array","items":{"required":["id","tit","transkripsyon"],"properties":{"id":{"type":"string"},"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"component"},"lanne":{"type":"integer"},"lyen":{"type":"component"},"awtis":{"type":"array","items":{"type":"string"}},"kouteyAchtey":{"type":"component"},"slug":{"type":"string"},"kouveti":{"type":"string"},"okiMizikID":{"type":"integer"},"user":{"type":"string"},"published_at":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"user":{"required":["id","username","email"],"properties":{"id":{"type":"string"},"username":{"type":"string"},"email":{"type":"string"},"provider":{"type":"string"},"password":{"type":"string"},"resetPasswordToken":{"type":"string"},"confirmationToken":{"type":"string"},"confirmed":{"type":"boolean"},"blocked":{"type":"boolean"},"role":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"published_at":{"type":"string","format":"date-time"}}},"NewAwtis":{"required":["alias"],"properties":{"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string","format":"date"},"teks":{"type":"array","items":{"type":"string"}},"user":{"type":"string"},"published_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"Teks":{"required":["id","tit","transkripsyon"],"properties":{"id":{"type":"string"},"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"francais":{"type":"string"},"english":{"type":"string"}}},"lanne":{"type":"integer"},"lyen":{"type":"array","items":{"type":"object","required":["id","url","sit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"sit":{"type":"string","enum":["Youtube","Peertube","Dailymotion","Vimeo","Soundcloud","File","Lbry","Rumble"]}}}},"awtis":{"type":"array","items":{"required":["id","alias"],"properties":{"id":{"type":"string"},"alias":{"type":"string"},"prenon":{"type":"string"},"non":{"type":"string"},"biyografi":{"type":"string"},"nesans":{"type":"string"},"foto":{"type":"array","items":{"type":"string"}},"teks":{"type":"array","items":{"type":"string"}},"user":{"type":"string"},"published_at":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}}},"kouteyAchtey":{"type":"array","items":{"type":"object","required":["id","url","boutik"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"boutik":{"type":"string","enum":["Tidal","Spotify","Deezer","Qobuz","Youtubemusic","Applemusic","Amazon"]}}}},"slug":{"type":"string"},"kouveti":{"required":["id","name","hash","mime","size","url","provider"],"properties":{"id":{"type":"string"},"name":{"type":"string"},"alternativeText":{"type":"string"},"caption":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"formats":{"type":"object"},"hash":{"type":"string"},"ext":{"type":"string"},"mime":{"type":"string"},"size":{"type":"number"},"url":{"type":"string"},"previewUrl":{"type":"string"},"provider":{"type":"string"},"provider_metadata":{"type":"object"},"related":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"okiMizikID":{"type":"integer"},"user":{"required":["id","username","email"],"properties":{"id":{"type":"string"},"username":{"type":"string"},"email":{"type":"string"},"provider":{"type":"string"},"password":{"type":"string"},"resetPasswordToken":{"type":"string"},"confirmationToken":{"type":"string"},"confirmed":{"type":"boolean"},"blocked":{"type":"boolean"},"role":{"type":"string"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"published_at":{"type":"string","format":"date-time"}}},"NewTeks":{"required":["tit","transkripsyon"],"properties":{"tit":{"type":"string"},"transkripsyon":{"type":"string"},"tradiksyon":{"type":"object","required":["id"],"properties":{"id":{"type":"string"},"francais":{"type":"string"},"english":{"type":"string"}}},"lanne":{"type":"integer"},"lyen":{"type":"array","items":{"type":"object","required":["id","url","sit"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"sit":{"type":"string","enum":["Youtube","Peertube","Dailymotion","Vimeo","Soundcloud","File","Lbry","Rumble"]}}}},"awtis":{"type":"array","items":{"type":"string"}},"kouteyAchtey":{"type":"array","items":{"type":"object","required":["id","url","boutik"],"properties":{"id":{"type":"string"},"url":{"type":"string"},"boutik":{"type":"string","enum":["Tidal","Spotify","Deezer","Qobuz","Youtubemusic","Applemusic","Amazon"]}}}},"slug":{"type":"string"},"okiMizikID":{"type":"integer"},"user":{"type":"string"},"published_at":{"type":"string","format":"date-time"},"created_by":{"type":"string"},"updated_by":{"type":"string"}}},"Error":{"required":["code","message"],"properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"tags":[{"name":"Awtis"},{"name":"Slugs"},{"name":"Teks"}]}, dom_id: '#swagger-ui', docExpansion: "none", deepLinking: true,