Method: OpenapiClient::ResourceAttributesApi#create_resource_attribute
- Defined in:
- lib/openapi_client/api/resource_attributes_api.rb
#create_resource_attribute(proj_id, env_id, resource_id, resource_attribute_create, opts = {}) ⇒ ResourceAttributeRead
Create Resource Attribute Creates a new attribute as part of the resource definition.
| 30 31 32 33 | # File 'lib/openapi_client/api/resource_attributes_api.rb', line 30 def create_resource_attribute(proj_id, env_id, resource_id, resource_attribute_create, opts = {}) data, _status_code, _headers = create_resource_attribute_with_http_info(proj_id, env_id, resource_id, resource_attribute_create, opts) data end |