# Create module tags

List all tags for a given module

Endpoint: POST /iacm/api/modules/{name}/{system}/tags
Version: 1.0
Security: x-api-key

## Query parameters:

  - `scope_org` (string)
    Organization identifier where the module is scoped.
    Example: "my_org"

  - `scope_project` (string)
    Project identifier where the module is scoped.
    Example: "my_project"

## Path parameters:

  - `name` (string, required)
    Human-readable name of the module. Must be unique within the same scope and system.
    Example: "my-vpc-module"

  - `system` (string, required)
    Provider or system the module targets. Lowercase letters only (e.g. aws, gcp, azure, kubernetes).
    Example: "aws"

## Header parameters:

  - `Harness-Account` (string, required)
    Harness account ID that owns the module.
    Example: "abc123DEFghiJKL"

## Request fields (application/json):

  - `error` (object)
    error from the tag operation
    Example: {"Consequatur nulla.":"Eligendi libero officiis unde illum.","Explicabo similique distinctio earum.":"Assumenda eius doloribus quis deserunt aut.","Ut doloremque cum mollitia.":"Corrupti sint architecto et."}

  - `tags` (array)
    tags defining the module
    Example: ["Adipisci minima tempora quod rerum qui distinctio.","Est fuga officiis animi nisi et.","Voluptate rerum unde est non et ullam.","Aut voluptatibus voluptas omnis omnis et."]

## Response 400 fields (application/vnd.goa.error):

  - `fault` (boolean, required)
    Is the error a server-side fault?
    Example: true

  - `id` (string, required)
    ID is a unique identifier for this particular occurrence of the problem.
    Example: "123abc"

  - `message` (string, required)
    Message is a human-readable explanation specific to this occurrence of the problem.
    Example: "parameter 'p' must be an integer"

  - `name` (string, required)
    Name is the name of this class of errors.
    Example: "bad_request"

  - `temporary` (boolean, required)
    Is the error temporary?
    Example: true

  - `timeout` (boolean, required)
    Is the error a timeout?
    Example: true


## Response 201 fields
