lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb in elasticsearch-xpack-7.15.0 vs lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb in elasticsearch-xpack-7.16.0

- old
+ new

@@ -23,10 +23,10 @@ # Retrieves role mappings. # # @option arguments [List] :name A comma-separated list of role-mapping names # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/security-api-get-role-mapping.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/security-api-get-role-mapping.html # def get_role_mapping(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone