~julian-edwards/maas/api-doc-bug-1391193

« back to all changes in this revision

Viewing changes to src/maasserver/api/nodes.py

  • Committer: Julian Edwards
  • Date: 2014-11-24 17:55:55 UTC
  • Revision ID: julian.edwards@canonical.com-20141124175555-6ih7niy6npx0npir
fix many thinkos

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
 
448
448
        Returns 404 if the node is not found.
449
449
        Returns 409 if the node is in an allocated state.
450
 
        Returns 400 if the mac_address is not found on the node
 
450
        Returns 400 if the mac_address is not found on the node.
451
451
        Returns 503 if there are not enough IPs left on the cluster interface
452
452
            to which the mac_address is linked.
453
453
        """