Features API
This page describes how to work with Features using REST API
API Description can be found in our Swagger docs here: https://app.swaggerhub.com/apis/ProdCamp/prodcamp_app/v1#/Customers/post_api_v1_Customers_accounts
get
https://app.prodcamp.com
/api/v1/features
post
https://app.prodcamp.com
/api/v1/features
get
https://app.prodcamp.com
/api/v1/features/advanced
get
https://app.prodcamp.com
/api/v1/features/refs
get
https://app.prodcamp.com
/api/v1/features/{index}
put
https://app.prodcamp.com
/api/v1/features/{index}
delete
https://app.prodcamp.com
/api/v1/features/{index}
get
https://app.prodcamp.com
/api/v1/features/{index}/comments
post
https://app.prodcamp.com
/api/v1/features/{index}/comments
put
https://app.prodcamp.com
/api/v1/features/{index}/comments/{commentId}/public
delete
https://app.prodcamp.com
/api/v1/features/{index}/comments/{commentId}
put
https://app.prodcamp.com
/api/v1/features/batch/update
put
https://app.prodcamp.com
/api/v1/features/batch/delete
get
https://app.prodcamp.com
/api/v1/features/priorities
get
https://app.prodcamp.com
/api/v1/features/statuses
get
https://app.prodcamp.com
/api/v1/features/types
Last modified 1mo ago