Attributes set at the function level Attributes applied to the function that affect the Web service operation (the function). HTTP operation attributes (Verbs)Attributes that map an HTTP operation or verb action in a function to a REST resource.WSPathSpecifies a path to a REST Web service resource that identifies its function and allows parameters to be passed in the URL.WSScope access (function)Specify security in the REST service via scopes.WSVersion (function)Specify version in the REST service via a version name.WSTagsThe WSTags attribute allows you to assign one or more tags to a REST operation. It corresponds to the tags keyword in the OpenAPI specification and is used for grouping and documentation.Error handling attributesAttributes that define error handling in REST services and functions.