module Gitlab::Client::UserSnippets

def snippet_user_agent_details(id)

Returns:
  • (Array) - Details of the user agent

Parameters:
  • id (Integer) -- ID of snippet to delete.
def snippet_user_agent_details(id)
  get("/snippets/#{id}/user_agent_detail")
end