Initial commit with basic CRUD functionality:

* GET all properties
* GET one property by id
* CREATE one property
* DELETE one property by id
This commit is contained in:
2025-08-28 12:57:36 +02:00
parent 32e41f710b
commit 9735f1f398
14 changed files with 241 additions and 18 deletions

View File

@@ -5,9 +5,13 @@ meta {
}
post {
url: {{BASE_URL}}/api/{{API_VERSION}}/properties
url: {{API_BASE_URL}}/api/{{API_VERSION}}/properties
body: json
auth: inherit
auth: bearer
}
auth:bearer {
token: {{BEARER_TOKEN}}
}
body:json {