Get the validity of a property
The /is_valid_property
resource tells you whether a property is prohibited from setting. You
can use the curl
command to query the /is_valid_property
endpoint:
1 |
|
If the property is not prohibited from setting, the endpoint should return true
. Otherwise, the
output should resemble:
1 2 3 4 5 |
|
Last update:
2024-10-28