/
OW
ownerrez
/
OwnerRez API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 1d ago
Details
Filter operations
Bookings
4
Deposits
2
Discounts
5
Fees
2
FieldDefinitions
5
Fields
6
Guests
8
Inquiries
2
Listings
2
ListingSites
2
Messages
3
Owners
2
Payments
2
Properties
2
PropertySearch
1
Quotes
5
Refunds
2
Reviews
2
SpotRates
1
Surcharges
5
TagDefinitions
5
get
Fetch a pageable list of all possible tags.
post
Create a new tag definition.
get
Fetch a tag definition.
delete
Remove a tag definition.
patch
Partially update a tag definition.
Tags
5
Users
1
WebhookSubscriptions
5
TagDefinitions
Create a new tag definition.
post
/v2/tagdefinitions
Request body
TagDefinitionModel
required
id
integer
The ID of this record.
color
string
description
string
name
string
title
string
Response
A model representing the tag definition created.
TagDefinitionModel
required
id
integer
The ID of this record.
color
string
description
string
name
string
title
string
Changes