diff --git a/api-specs/api/types/shopping-list/updates/ShoppingListAddLineItemAction.raml b/api-specs/api/types/shopping-list/updates/ShoppingListAddLineItemAction.raml index 46ce67dcd..2c01c174a 100644 --- a/api-specs/api/types/shopping-list/updates/ShoppingListAddLineItemAction.raml +++ b/api-specs/api/types/shopping-list/updates/ShoppingListAddLineItemAction.raml @@ -39,7 +39,7 @@ properties: addedAt?: type: datetime description: | - Date and time the TextLineItem is added to the [ShoppingList](ctp:api:type:ShoppingList). If not set, the current date and time (UTC) is used. + Date and time the ShoppingListLineItem is added to the [ShoppingList](ctp:api:type:ShoppingList). If not set, the current date and time (UTC) is used. custom?: type: CustomFieldsDraft description: |