Commit 07b61275 authored by Roman Lacko's avatar Roman Lacko
Browse files

Update GitLab-API.md

parent 0df8fe23
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ while (my $project = $projects->next) {
    | Email       | user e-mail, required only if Login is not provided,    |
    | Email       | user e-mail, required only if Login is not provided,    |
    | Password    | user password                                             |
    | Password    | user password                                             |
    | AuthToken   | authentication token                                      |
    | AuthToken   | authentication token                                      |
    | URL         | url to connect to, usually `https://gitlab.domain/api/v3 |
    | URL         | url to connect to, usually `https://gitlab.domain/api/v3` |
    | DieOnError  | see `die_on_error()` method                               |
    | DieOnError  | see `die_on_error()` method                               |


    `URL` is always required.
    `URL` is always required.