Merge "[placement] api-ref GET /traits name:startswith"

This commit is contained in:
Jenkins 2017-09-08 21:29:24 +00:00 committed by Gerrit Code Review
commit 1aa1462b98
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ trait_name_query:
description: |
A string to filter traits. The following options are available:
`starts_with` operator filters the traits whose name begins with a
specific prefix, e.g. name=starts_with:CUSTOM,
`startswith` operator filters the traits whose name begins with a
specific prefix, e.g. name=startswith:CUSTOM,
`in` operator filters the traits whose name is in the specified list, e.g.
name=in:HW_CPU_X86_AVX,HW_CPU_X86_SSE,HW_CPU_X86_INVALID_FEATURE.