api-ref: Indicate domain, project ID requirements for limits

You must specify one of these when creating a new limit. Make this
clear.

Change-Id: Ib9b743ea3615cf1951f5226b04b727d3943e0ce6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2026-04-10 14:32:20 +01:00
parent ee72f056c7
commit b8ed1c4a90
+2 -2
View File
@@ -1774,13 +1774,13 @@ request_explicit_domain_id_body_not_required:
type: string
request_limit_domain_id_not_required:
description: |
The name of the domain.
The ID of the domain. Either this or the project ID must be supplied.
in: body
required: false
type: string
request_limit_project_id_not_required:
description: |
The ID for the project.
The ID of the project. Either this or the domain ID must be supplied.
in: body
required: false
type: string