Skip to content

Commit 9ef72d7

Browse files
authored
type only supports select
1 parent 595a59c commit 9ef72d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/wp-api-v2/_product-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The product attributes API allows you to create, view, update, and delete indivi
99
| `id` | integer | Unique identifier for the resource. <i class="label label-info">read-only</i> |
1010
| `name` | string | Attribute name. <i class="label label-info">mandatory</i> |
1111
| `slug` | string | An alphanumeric identifier for the resource unique to its type. |
12-
| `type` | string | Type of attribute. Options: `select` and `text`. Default is `select`. |
12+
| `type` | string | Type of attribute. By default only `select` is supported. |
1313
| `order_by` | string | Default sort order. Options: `menu_order`, `name`, `name_num` and `id`. Default is `menu_order`. |
1414
| `has_archives` | boolean | Enable/Disable attribute archives. Default is `false`. |
1515

0 commit comments

Comments
 (0)