Module
Entity fields:
Path
Type
Description
Example:
{
"data": {
"type": "module",
"attributes": {
"name": "Terrakube module",
"description": "Module Description",
"provider": "Terraform Provider",
"source": "https://github.com/AzBuilder/terraform-sample-repository.git"
},
"relationships": {
"vcs": {
"data": {
"type": "vcs",
"id": "{{vcsId}}"
}
}
}
}
}Supported Operations
get
Returns an instance of type module
Path parameters
organizationIdstringRequired
organization Identifier
moduleIdstringRequired
module Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get/organization/{organizationId}/module/{moduleId}
200
Successful response
post
Creates an item of type module and adds it to module
Path parameters
organizationIdstringRequired
organization Identifier
Body
Responses
201
Successful response
application/vnd.api+json
post/organization/{organizationId}/module
201
Successful response
delete
Deletes an instance of type module
Path parameters
organizationIdstringRequired
organization Identifier
moduleIdstringRequired
module Identifier
Responses
204
Successful response
No content
delete/organization/{organizationId}/module/{moduleId}
204
Successful response
No content
patch
Modifies an instance of type module
Path parameters
organizationIdstringRequired
organization Identifier
moduleIdstringRequired
module Identifier
Body
Responses
204
Successful response
No content
patch/organization/{organizationId}/module/{moduleId}
204
Successful response
No content
Last updated
Was this helpful?