injected service use to handle the attribute related operations
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This handler is used to create a new attribute by applying the following steps in sequence:
Create a new attribute (attributeService.createAttribute)
Get the created attribute (attributeService.getAttribute)
Return the created attribute (attributeService.normalizeAttributeResponse)
500 NBError Internal Server Error
Generated using TypeDoc
Create Attribute Handler