Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The settingsId is exactly as explained above
The locationId is exactly as explained above
The uuid is the unique id for the settings. Its found in the property uuid in both the V1 & V2 endpoints.
The _id is the setting metadata id
- its named settingMetadataId in both V1 & v2 endpoints e.g "settingMetadataId": "1"
The identifier is the unique name the user assigns the settings on creation
- its named identifier & settingIdentifier in the v1 endpoint
- its named settingIdentifier in the v2 endpoint
The teamId is the id of the team that this settings belongs to. It can be added on both the POST & PUT payload if required
The team is the name of the team that this settings belongs to. It can be added on both the POST & PUT payload if required

...