Revision a788c7ab

b/api/handlers.py
83 83

  
84 84
     @HTTP methods: POST, DELETE, PUT, GET
85 85
     @Parameters: POST data with the create data (cpu, ram, etc)
86
     @Responses: HTTP 202 if successfully call rapi, itemNotFound, serviceUnavailable otherwise
86
     @Responses: HTTP 200 if successfully call rapi, 304 if not modified, itemNotFound or serviceUnavailable otherwise
87 87

  
88 88
    """
89 89
    allowed_methods = ('GET', 'POST', 'PUT', 'DELETE')

Also available in: Unified diff