windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \GranularAclApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**add_granular_acls**]GranularAclApi.md#add_granular_acls | **POST** /w/{workspace}/acls/add/{kind}/{path} | add granular acls
[**get_granular_acls**]GranularAclApi.md#get_granular_acls | **GET** /w/{workspace}/acls/get/{kind}/{path} | get granular acls
[**remove_granular_acls**]GranularAclApi.md#remove_granular_acls | **POST** /w/{workspace}/acls/remove/{kind}/{path} | remove granular acls



## add_granular_acls

> String add_granular_acls(workspace, path, kind, remove_owner_to_folder_request)
add granular acls

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |
**kind** | **String** |  | [required] |
**remove_owner_to_folder_request** | [**RemoveOwnerToFolderRequest**]RemoveOwnerToFolderRequest.md | acl to add | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## get_granular_acls

> std::collections::HashMap<String, bool> get_granular_acls(workspace, path, kind)
get granular acls

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |
**kind** | **String** |  | [required] |

### Return type

**std::collections::HashMap<String, bool>**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## remove_granular_acls

> String remove_granular_acls(workspace, path, kind, add_owner_to_folder_request)
remove granular acls

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**path** | **String** |  | [required] |
**kind** | **String** |  | [required] |
**add_owner_to_folder_request** | [**AddOwnerToFolderRequest**]AddOwnerToFolderRequest.md | acl to add | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)