Create module tags
List all tags for a given module
Human-readable name of the module. Must be unique within the same scope and system.
my-vpc-moduleProvider or system the module targets. Lowercase letters only (e.g. aws, gcp, azure, kubernetes).
awsPattern: ^[a-z]+$Organization identifier where the module is scoped.
my_orgProject identifier where the module is scoped.
my_projectHarness account ID that owns the module.
abc123DEFghiJKLtags defining the module
["Numquam laboriosam aut.","Error qui quo occaecati qui non."]Created response.
No content
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
POST /api/modules/{name}/{system}/tags HTTP/1.1
Host: localhost:80
Harness-Account: abc123DEFghiJKL
Content-Type: application/json
Accept: */*
Content-Length: 263
{
"error": {
"Enim occaecati nihil in molestiae.": "Rerum fugiat voluptas nihil nihil et non.",
"Et est delectus exercitationem deleniti.": "Nihil cumque neque qui debitis."
},
"tags": [
"Non labore fuga eos architecto iure quidem.",
"Delectus ut tempore unde sequi quia."
]
}No content
Last updated
Was this helpful?