Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: API, Quality Profile
-
Labels:None
-
Number of attachments :
Description
is possible to create/modify/delete a profile using REST API?
Hi Ramon,
You can give a try to REST operations on http://localhost:9000/profiles. For example :
GET http://localhost:9000/profiles?format=xml
PUT http://localhost:9000/profiles/1?params...
It is not documented, but you can have a look to sources to get more details.
There's also a undocumented and untested API to manage alerts :
GET http://localhost:9000/profiles/1/alerts?format=xml
Finally it's not possible to configure coding rules with web services.