mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Docs refactor (#9545)
* Refactor / reognaize docs structure * Refactor plugin docs structure * More refactoring / cleanup * Update build images * Gallery updates * Order images * Update part docs * Settings images * Stock images * Reitntroduce gallery * Add custom icon macro * Update icons * Cleanup * Fix link * Fix internal links * Revert some page moves * Fix links * Fix links
This commit is contained in:
		| @@ -4,7 +4,7 @@ title: Model Metadata | ||||
|  | ||||
| ## Model Metadata | ||||
|  | ||||
| The API is *self describing* in that it provides metadata about the various fields available at any given endpoint. External applications (such as the [python interface](../api/python/python.md)) can introspect the API to determine information about the model fields. | ||||
| The API is *self describing* in that it provides metadata about the various fields available at any given endpoint. External applications (such as the [python interface](../api/python/index.md)) can introspect the API to determine information about the model fields. | ||||
|  | ||||
| !!! tip "API Forms" | ||||
|     The various forms implemented in the InvenTree web interface make heavy use of this metadata feature | ||||
| @@ -13,7 +13,7 @@ The API is *self describing* in that it provides metadata about the various fiel | ||||
|  | ||||
| To request metadata about a particular API endpoint, simply perform an `OPTIONS` method request against the API URL. | ||||
|  | ||||
| For example, to view the metadata available for creating a new [Part Category](../part/part.md#part-category), an `OPTIONS` request to `/api/part/category/` yields: | ||||
| For example, to view the metadata available for creating a new [Part Category](../part/index.md#part-category), an `OPTIONS` request to `/api/part/category/` yields: | ||||
|  | ||||
| {% with id="api_cat_options", url="api/api_category_options.png", description="Part category options" %} | ||||
| {% include 'img.html' %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user