ApiMethodAttributes Enumeration |
Namespace: NetQuarry.Metadata
Member name![]() | Value![]() | Description | |
---|---|---|---|
Public | 1 | This method does not require a 2-part authentication token and only a valid web service token. | |
RelatedValueInRespose | 2 | This method should log the related value from the response object. | |
TokenInPath | 4 | The token should be the first parameter in the path after version. If this is not set, the token is expected in the header using the header's x-nq-service-token (xot_service_token) and x-nq-authentication (user's current session token - UserContext.Token, in the web application this is stored in a cookie.) |