mirror of https://gitee.com/bigwinds/arangodb
610 B
610 B
@startDocuBlock api_foxx_dependencies_update @brief update dependencies options
@RESTHEADER{PATCH /_api/foxx/dependencies, Update dependencies options}
@RESTDESCRIPTION Replaces the given service's dependencies.
Returns an object mapping all dependency names to their new mount paths.
@RESTALLBODYPARAM{data,json,required} A JSON object mapping dependency names to their new mount paths. Any omitted dependencies will be ignored.
@RESTQUERYPARAMETERS
@RESTQUERYPARAM{mount,string,required} Mount path of the installed service.
@RESTRETURNCODE{200} Returned if the request was successful.
@endDocuBlock