Update documentation and gate tag creation behind admin role, create default admin on database seeding

This commit is contained in:
2025-10-06 16:35:55 +03:00
parent 25dfb97a5b
commit 8d012f04f1
17 changed files with 149 additions and 33 deletions

View File

@@ -7,11 +7,7 @@ meta {
post {
url: {{baseUrl}}/api/posts
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
auth: inherit
}
body:json {

View File

@@ -7,9 +7,5 @@ meta {
delete {
url: {{baseUrl}}/api/posts/1
body: none
auth: bearer
}
auth:bearer {
token: {{accessToken}}
auth: inherit
}

View File

@@ -7,11 +7,7 @@ meta {
patch {
url: {{baseUrl}}/api/posts/1
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
auth: inherit
}
body:json {