summaryrefslogtreecommitdiff
path: root/api-ref/source/parameters.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/parameters.yaml')
-rw-r--r--api-ref/source/parameters.yaml30
1 files changed, 29 insertions, 1 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 27332001..421f376e 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -385,6 +385,34 @@ action:
required: true
type: enum
+api_links:
+ description: |
+ Links to the resources in question.
+ in: body
+ required: true
+ type: array
+
+api_version_id:
+ description: |
+ A common name for the version.
+ in: body
+ required: true
+ type: string
+
+api_version_status:
+ description: |
+ The status of this API version. This can be one of:
+
+ - ``CURRENT``: This is the preferred version of the API to use.
+ - ``SUPPORTED``: This is an older, but still supported version of the API.
+ - ``DEPRECATED``: A deprecated version of the API that is slated for
+ removal.
+ - ``EXPERIMENTAL``: This version is under development or contains features
+ that are otherwise subject to change or removal.
+ in: body
+ required: true
+ type: string
+
blacklist_description:
description: |
Description for this blacklist
@@ -715,7 +743,7 @@ updated_at:
description: |
Date / Time when resource last updated.
in: body
- required: false
+ required: true
type: datestamp
version: