diff --git a/README.md b/README.md index ec6afc6..7b5c6b0 100644 --- a/README.md +++ b/README.md @@ -275,9 +275,15 @@ public class Example { } ``` -## Agile Example ## +## Agile API ## https://docs.atlassian.com/jira-software/REST/cloud/ +### Agile supported calls ### + 1. AgileClient + ..* GET /rest/agile/1.0/board + +### Agile Example ### + ```java import java.util.List; @@ -308,4 +314,5 @@ public class Example { } } } -``` \ No newline at end of file +``` +