Create a component via POST.
the request containing value of the component's property. The value has to be a valid, non-empty JSON conforming to http://tools.ietf.org/html/rfc4627. The maximum length of the property value is 32768 bytes.
boolean
string
boolean
string
string
UserBean
string
string
string
string
Returned if the component is created successfully.
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/component' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Returns paginated list of filtered active components
string
string
string
string
Returns paginated list of components
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/component/page' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns a project component.
string
Required