diff --git a/notice/api/3.0.md b/notice/api/3.0.md index 1627630..ff37688 100644 --- a/notice/api/3.0.md +++ b/notice/api/3.0.md @@ -61,11 +61,11 @@ The aim of this package is to make your life easier working with APIs and intern Things you **have** to do : - write the configuration file (cf. [configuration](#iii-configuration)) -- implement your authentication system (cf. [AuthSystem](#1-permissions--authsystem)) +- implement your authentication system (cf. [AuthSystem](#1---permissions--authsystem)) - implement your processes (obviously) Things you **don't have** to do : -- input type check (cf. [Checker](#4-checker)) +- input type check (cf. [Checker](#V-type-checker)) - multiple permission management - optional or required input - multipart and file input