diff --git a/docs/fetching/sparse-fieldsets.md b/docs/fetching/sparse-fieldsets.md index e08e8181..5b3af70c 100644 --- a/docs/fetching/sparse-fieldsets.md +++ b/docs/fetching/sparse-fieldsets.md @@ -1,3 +1,9 @@ # Sparse Fieldsets -@todo \ No newline at end of file +## Introduction + +This package supports the [sparse fieldsets](https://jsonapi.org/format/#fetching-sparse-fieldsets). +This allows a client to specify optional fields for resources. +You can find additional information in json api [specification](https://jsonapi.org/format/#fetching-sparse-fieldsets) and at this [issue on github](https://github.com/cloudcreativity/laravel-json-api/issues/193). + +```This docs page will be updated```