1
0
Fork 0
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:
epriestley 2021-03-17 11:28:31 -07:00
parent e6a23274fe
commit ff0a4a2c6f

View file

@ -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"],
...
},
...