summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Selberg <sven.selberg@axis.com>2020-09-25 06:22:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-09-25 06:22:40 +0000
commit59c7018d9ea7158ea013152ad7545aa4fe9344d5 (patch)
treeb41639380605b8a953fe09094217c89e2724b03a
parenta7741aeaf0b6c7586332dda46a472799d0cfc501 (diff)
parente748e3ff812a43fe28469836f7ce5171dd441be6 (diff)
Merge "rest-api-changes.txt: requirement.fallback_text snake-case" into stable-3.0
-rw-r--r--Documentation/rest-api-changes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 952551a0d1..199c13d58a 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -6823,7 +6823,7 @@ The `Requirement` entity contains information about a requirement relative to a
|===========================
|Field Name | |Description
|`status` | | Status of the requirement. Can be either `OK`, `NOT_READY` or `RULE_ERROR`.
-|`fallbackText` | | A human readable reason
+|`fallback_text` | | A human readable reason
|`type` | |
Alphanumerical (plus hyphens or underscores) string to identify what the requirement is and why it
was triggered. Can be seen as a class: requirements sharing the same type were created for a similar