--- uri: serverselection.server.add description: | Ajoute un serveur à une sélection de serveurs. sampleuse: | zephir-client serverselection.add.server -s 1 -i 1 pattern: rpc public: true domain: serverselection-domain parameters: serverselectionid: type: Number shortarg: s ref: ServerSelection.ServerSelectionId description: | Identifiant de la sélection de serveurs. serverid: type: Number shortarg: i ref: ServerSelection.SelectionServers description: | Identifiant du serveur à ajouter à la sélection. response: type: ServerSelection description: Description de la sélection modifiée. errors: - uri: serverselection.error.database_not_available - uri: serverselection.error.invalid_serverselection_id - uri: serverselection.error.invalid_server_id related: - serverselection.describe - serverselection.delete - serverselection.list