type get_agent_meta target as Ident (#2621)
This commit is contained in:
parent
3df565789c
commit
8c1979f05c
3 changed files with 32 additions and 27 deletions
|
|
@ -140,7 +140,7 @@ pub enum Request {
|
|||
/// `docs/conventions.md::Agent metadata`.
|
||||
GetAgentMeta {
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
name: Option<String>,
|
||||
name: Option<Ident>,
|
||||
},
|
||||
/// Cancel an open thread the agent owns. Authorisation +
|
||||
/// per-kind semantics in
|
||||
|
|
|
|||
Loading…
Reference in a new issue