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-25 14:29:17 +02:00
parent 7be4c611b3
commit 32e41f710b
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
meta {
name: Get one by ID
type: http
seq: 2
}
get {
url: {{BASE_URL}}/api/{{API_VERSION}}/properties/b6ab79d8-f7eb-4fb7-acde-e3310cb0166c
body: none
auth: inherit
}
settings {
encodeUrl: true
}