Expand description
Morphology API Endpoints - Exact port from Python /v1/morphology/*
Structs§
Functions§
- delete_
morphology - Delete a morphology using path parameter.
- delete_
morphology_ by_ name - Delete a morphology by name provided in request body.
- get_
info - Get detailed information about a specific morphology using path parameter.
- get_
list - Get list of all morphology names.
- get_
list_ types - Get morphologies categorized by type.
- get_
morphologies - Get all morphology definitions with their complete configurations.
- get_
morphology_ list - Get list of all morphology names in alphabetical order.
- get_
morphology_ types - Get available morphology types (vectors, patterns, projector).
- post_
create - Create a new morphology with specified parameters.
- post_
morphology - Create a new morphology definition.
- post_
morphology_ properties - Get detailed properties for a specific morphology by name.
- post_
morphology_ usage - Get all cortical area pairs that use a specific morphology.
- put_
morphology - Update an existing morphology definition.
- put_
rename_ morphology - Rename a morphology and update all references in the genome.
- put_
update - Update an existing morphology’s parameters.