Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
api:api_applications_id_flags_id [2014/07/11 09:32] – [HEAD, GET] Lauri Elevantapi:api_applications_id_flags_id [2014/07/11 09:34] – [PUT] Lauri Elevant
Line 28: Line 28:
 ===== PUT ===== ===== PUT =====
  
-Set the flag (identified by it's ID) to the application in question. +Set flag (identified by it's ID) to the application in question.  **This requires that the flag already exists.** Use ''POST'' [[api:api_applications_flags|/api/applications/flags]] to create a flag first, then this API call will allow you to ''PUT'' the flag (identified by it's code) to any number of applications.  
 + 
 +In other words, this will not create a new flag, but create a relationship (association) between an existing flag and an application.
  
 ==== Syntax ==== ==== Syntax ====