docs/deviceRecipe.md in losant_rest-1.16.5 vs docs/deviceRecipe.md in losant_rest-1.16.6

- old
+ new

@@ -117,10 +117,12 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | deviceRecipeId | string | Y | ID associated with the device recipe | | 575ecec57ae143cd83dc4a9f | +| tagsAsObject | string | N | Return tags as an object map instead of an array | | true | +| attributesAsObject | string | N | Return attributes as an object map instead of an array | | true | | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | @@ -159,9 +161,11 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | deviceRecipeId | string | Y | ID associated with the device recipe | | 575ecec57ae143cd83dc4a9f | | deviceRecipe | [Device Recipe Patch](_schemas.md#device-recipe-patch) | Y | Object containing new properties of the device recipe | | [Device Recipe Patch Example](_schemas.md#device-recipe-patch-example) | +| tagsAsObject | string | N | Return tags as an object map instead of an array | | false | +| attributesAsObject | string | N | Return attributes as an object map instead of an array | | false | | losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description |