mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Use a less-misleading example for Conduit custom constraints
Summary: See PHI2032. The Conduit UI shows some "Example Custom Constraints" that are intended to be generic, but use of "statuses" is misleading since many objects have a status and most of them don't support these specific values. Make it more clear that these are generic values. Test Plan: Read new text. Differential Revision: https://secure.phabricator.com/D21637
This commit is contained in:
parent
e6a23274fe
commit
ff0a4a2c6f
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ this:
|
|||
{
|
||||
...
|
||||
"constraints": {
|
||||
"authors": ["PHID-USER-1111", "PHID-USER-2222"],
|
||||
"statuses": ["open", "closed"],
|
||||
"authorPHIDs": ["PHID-USER-1111", "PHID-USER-2222"],
|
||||
"flavors": ["cherry", "orange"],
|
||||
...
|
||||
},
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue